Html Css Color HEX #BCC99B Sprout

📋 copy color: '#BCC99B'

red 188 ◦ green 201 ◦ blue 155

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

Shades of Sprout #BCC99B

Tints of Sprout #BCC99B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

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

R = 34.56%
G = 36.95%
B = 28.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#BCC99B (or 0xBCC99B) is known color: Sprout. HEX triplet: BC, C9 and 9B. RGB value is (188,201,155). Sum of RGB (Red+Green+Blue) = 188+201+155=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC99B is #433664. Grayscale: #C0C0C0. Windows color (decimal): -4404837 or 10209724. OLE color: 10209724.

HSL color Cylindrical-coordinate representation of color #BCC99B: hue angle of 76.96º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCC99B is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 201 155 -
CMYK 0.06 0 0.23 0.21
HSL 76.96º 0.3% 0.7% -
HSV(B) 76.96º 0.23% 0.79% -
XYZ 47.54 54.83 39.09 -
YUV 191.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 188 201 155 0.06 0 0.23 0.21 76.96 0.3 0.7
Hex BC C9 9B 6 0 17 15 4D 1E 46
Octal 274 311 233 6 0 27 25 115 36 106
Binary 10111100 11001001 10011011 110 0 10111 10101 1001101 11110 1000110

Color Harmonies of #BCC99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC99B

Black with #BCC99B

Text Example


Text Example

White with #BCC99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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