Html Css Color HEX #BCD499 Sprout

📋 copy color: '#BCD499'

red 188 ◦ green 212 ◦ blue 153

#BCD499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BCD499

Tints of Sprout #BCD499

RGB

 RED value IS 188 (73.83% from 255) = 34%

 GREEN value IS 212 (83.2% from 255) = 38.34%

 BLUE value IS 153 (60.16% from 255) = 27.67%

R = 34%
G = 38.34%
B = 27.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCD499 (or 0xBCD499) is known color: Sprout. HEX triplet: BC, D4 and 99. RGB value is (188,212,153). Sum of RGB (Red+Green+Blue) = 188+212+153=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 212 (83.20% from 255 or 38.34% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD499 is #432B66. Grayscale: #C6C6C6. Windows color (decimal): -4402023 or 10081468. OLE color: 10081468.

HSL color Cylindrical-coordinate representation of color #BCD499: hue angle of 84.41º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BCD499 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 153 -
CMYK 0.11 0 0.28 0.17
HSL 84.41º 0.41% 0.72% -
HSV(B) 84.41º 0.28% 0.83% -
XYZ 50.03 60.08 39.1 -
YUV 198.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 188 212 153 0.11 0 0.28 0.17 84.41 0.41 0.72
Hex BC D4 99 B 0 1C 11 54 29 48
Octal 274 324 231 13 0 34 21 124 51 110
Binary 10111100 11010100 10011001 1011 0 11100 10001 1010100 101001 1001000

Color Harmonies of #BCD499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD499

Black with #BCD499

Text Example


Text Example

White with #BCD499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD499; }

 p { color: rgb(188,212,153); }

 H1.HeaderClassName
 {
   color: #BCD499;
 }
 .AnyTagClassName
 {
   color: #BCD499;
 }
</style>

background-color css

<style>
 a { background-color: #BCD499; }

 a { background-color: rgb(188,212,153); }

 div.DivClassName
 {
   background-color: #BCD499;
 }
 .BgClassName
 {
   background-color: #BCD499;
 }
</style>

border-color css

<style>
 span { border-color: #BCD499; }

 span { border-color: rgb(188,212,153); }

 td.TdClassName
 {
   border-color: #BCD499;
 }
 .TagClassName
 {
   border-color: #BCD499;
 }
</style>