Html Css Color HEX #B9CE9B Sprout

📋 copy color: '#B9CE9B'

red 185 ◦ green 206 ◦ blue 155

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

Shades of Sprout #B9CE9B

Tints of Sprout #B9CE9B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.73%

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

R = 33.88%
G = 37.73%
B = 28.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#B9CE9B (or 0xB9CE9B) is known color: Sprout. HEX triplet: B9, CE and 9B. RGB value is (185,206,155). Sum of RGB (Red+Green+Blue) = 185+206+155=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CE9B is #463164. Grayscale: #C2C2C2. Windows color (decimal): -4600165 or 10211001. OLE color: 10211001.

HSL color Cylindrical-coordinate representation of color #B9CE9B: hue angle of 84.71º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9CE9B is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 155 -
CMYK 0.10 0 0.25 0.19
HSL 84.71º 0.34% 0.71% -
HSV(B) 84.71º 0.25% 0.81% -
XYZ 48 56.82 39.45 -
YUV 193.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 185 206 155 0.10 0 0.25 0.19 84.71 0.34 0.71
Hex B9 CE 9B A 0 19 13 55 22 47
Octal 271 316 233 12 0 31 23 125 42 107
Binary 10111001 11001110 10011011 1010 0 11001 10011 1010101 100010 1000111

Color Harmonies of #B9CE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE9B

Black with #B9CE9B

Text Example


Text Example

White with #B9CE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE9B; }

 p { color: rgb(185,206,155); }

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

background-color css

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

 a { background-color: rgb(185,206,155); }

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

border-color css

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

 span { border-color: rgb(185,206,155); }

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