Html Css Color HEX #BCD29A Sprout

📋 copy color: '#BCD29A'

red 188 ◦ green 210 ◦ blue 154

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

Shades of Sprout #BCD29A

Tints of Sprout #BCD29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.04%

 BLUE value IS 154 (60.55% from 255) = 27.9%

R = 34.06%
G = 38.04%
B = 27.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#BCD29A (or 0xBCD29A) is known color: Sprout. HEX triplet: BC, D2 and 9A. RGB value is (188,210,154). Sum of RGB (Red+Green+Blue) = 188+210+154=552 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.06% from 552); Green value is 210 (82.42% from 255 or 38.04% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD29A is #432D65. Grayscale: #C5C5C5. Windows color (decimal): -4402534 or 10146492. OLE color: 10146492.

HSL color Cylindrical-coordinate representation of color #BCD29A: hue angle of 83.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BCD29A is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 154 -
CMYK 0.10 0 0.27 0.18
HSL 83.57º 0.38% 0.71% -
HSV(B) 83.57º 0.27% 0.82% -
XYZ 49.62 59.12 39.37 -
YUV 197.04 103.71 121.55 -
System Red Green Blue C M Y K H S L
Decimal 188 210 154 0.10 0 0.27 0.18 83.57 0.38 0.71
Hex BC D2 9A A 0 1B 12 54 26 47
Octal 274 322 232 12 0 33 22 124 46 107
Binary 10111100 11010010 10011010 1010 0 11011 10010 1010100 100110 1000111

Color Harmonies of #BCD29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD29A

Black with #BCD29A

Text Example


Text Example

White with #BCD29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD29A; }

 p { color: rgb(188,210,154); }

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

background-color css

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

 a { background-color: rgb(188,210,154); }

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

border-color css

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

 span { border-color: rgb(188,210,154); }

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