Html Css Color HEX #BCCB95 Sprout

📋 copy color: '#BCCB95'

red 188 ◦ green 203 ◦ blue 149

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

Shades of Sprout #BCCB95

Tints of Sprout #BCCB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.59%

R = 34.81%
G = 37.59%
B = 27.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#BCCB95 (or 0xBCCB95) is known color: Sprout. HEX triplet: BC, CB and 95. RGB value is (188,203,149). Sum of RGB (Red+Green+Blue) = 188+203+149=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 203 (79.69% from 255 or 37.59% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB95 is #43346A. Grayscale: #C0C0C0. Windows color (decimal): -4404331 or 9817020. OLE color: 9817020.

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

Color convert

RGB 188 203 149 -
CMYK 0.07 0 0.27 0.20
HSL 76.67º 0.34% 0.69% -
HSV(B) 76.67º 0.27% 0.8% -
XYZ 47.52 55.57 36.66 -
YUV 192.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 188 203 149 0.07 0 0.27 0.20 76.67 0.34 0.69
Hex BC CB 95 7 0 1B 14 4D 22 45
Octal 274 313 225 7 0 33 24 115 42 105
Binary 10111100 11001011 10010101 111 0 11011 10100 1001101 100010 1000101

Color Harmonies of #BCCB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB95

Black with #BCCB95

Text Example


Text Example

White with #BCCB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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