Html Css Color HEX #BCCB9D Sprout

📋 copy color: '#BCCB9D'

red 188 ◦ green 203 ◦ blue 157

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

Shades of Sprout #BCCB9D

Tints of Sprout #BCCB9D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.04%

 BLUE value IS 157 (61.72% from 255) = 28.65%

R = 34.31%
G = 37.04%
B = 28.65%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#BCCB9D (or 0xBCCB9D) is known color: Sprout. HEX triplet: BC, CB and 9D. RGB value is (188,203,157). Sum of RGB (Red+Green+Blue) = 188+203+157=548 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.31% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 157 (61.72% from 255 or 28.65% from 548); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB9D is #433462. Grayscale: #C1C1C1. Windows color (decimal): -4404323 or 10341308. OLE color: 10341308.

HSL color Cylindrical-coordinate representation of color #BCCB9D: hue angle of 79.57º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCCB9D is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 157 -
CMYK 0.07 0 0.23 0.20
HSL 79.57º 0.31% 0.71% -
HSV(B) 79.57º 0.23% 0.8% -
XYZ 48.18 55.84 40.14 -
YUV 193.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 188 203 157 0.07 0 0.23 0.20 79.57 0.31 0.71
Hex BC CB 9D 7 0 17 14 50 1F 47
Octal 274 313 235 7 0 27 24 120 37 107
Binary 10111100 11001011 10011101 111 0 10111 10100 1010000 11111 1000111

Color Harmonies of #BCCB9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB9D

Black with #BCCB9D

Text Example


Text Example

White with #BCCB9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB9D; }

 p { color: rgb(188,203,157); }

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

background-color css

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

 a { background-color: rgb(188,203,157); }

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

border-color css

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

 span { border-color: rgb(188,203,157); }

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