Html Css Color HEX #BCD29B Sprout

📋 copy color: '#BCD29B'

red 188 ◦ green 210 ◦ blue 155

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

Shades of Sprout #BCD29B

Tints of Sprout #BCD29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.03%

R = 34%
G = 37.97%
B = 28.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#BCD29B (or 0xBCD29B) is known color: Sprout. HEX triplet: BC, D2 and 9B. RGB value is (188,210,155). Sum of RGB (Red+Green+Blue) = 188+210+155=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD29B is #432D64. Grayscale: #C5C5C5. Windows color (decimal): -4402533 or 10212028. OLE color: 10212028.

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

Color convert

RGB 188 210 155 -
CMYK 0.10 0 0.26 0.18
HSL 84º 0.38% 0.72% -
HSV(B) 84º 0.26% 0.82% -
XYZ 49.7 59.15 39.81 -
YUV 197.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 188 210 155 0.10 0 0.26 0.18 84 0.38 0.72
Hex BC D2 9B A 0 1A 12 54 26 48
Octal 274 322 233 12 0 32 22 124 46 110
Binary 10111100 11010010 10011011 1010 0 11010 10010 1010100 100110 1001000

Color Harmonies of #BCD29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD29B

Black with #BCD29B

Text Example


Text Example

White with #BCD29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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