Html Css Color HEX #B9CC8F Sprout

📋 copy color: '#B9CC8F'

red 185 ◦ green 204 ◦ blue 143

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

Shades of Sprout #B9CC8F

Tints of Sprout #B9CC8F

RGB

 RED value IS 185 (72.66% from 255) = 34.77%

 GREEN value IS 204 (80.08% from 255) = 38.35%

 BLUE value IS 143 (56.25% from 255) = 26.88%

R = 34.77%
G = 38.35%
B = 26.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#B9CC8F (or 0xB9CC8F) is known color: Sprout. HEX triplet: B9, CC and 8F. RGB value is (185,204,143). Sum of RGB (Red+Green+Blue) = 185+204+143=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 204 (80.08% from 255 or 38.35% from 532); Blue value is 143 (56.25% from 255 or 26.88% from 532); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CC8F is #463370. Grayscale: #BFBFBF. Windows color (decimal): -4600689 or 9424057. OLE color: 9424057.

HSL color Cylindrical-coordinate representation of color #B9CC8F: hue angle of 78.69º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B9CC8F is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 204 143 -
CMYK 0.09 0 0.30 0.2
HSL 78.69º 0.37% 0.68% -
HSV(B) 78.69º 0.3% 0.8% -
XYZ 46.56 55.48 34.24 -
YUV 191.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 185 204 143 0.09 0 0.30 0.2 78.69 0.37 0.68
Hex B9 CC 8F 9 0 1E 14 4F 25 44
Octal 271 314 217 11 0 36 24 117 45 104
Binary 10111001 11001100 10001111 1001 0 11110 10100 1001111 100101 1000100

Color Harmonies of #B9CC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CC8F

Black with #B9CC8F

Text Example


Text Example

White with #B9CC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CC8F; }

 p { color: rgb(185,204,143); }

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

background-color css

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

 a { background-color: rgb(185,204,143); }

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

border-color css

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

 span { border-color: rgb(185,204,143); }

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