Html Css Color HEX #B9CE9E Sprout

📋 copy color: '#B9CE9E'

red 185 ◦ green 206 ◦ blue 158

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

Shades of Sprout #B9CE9E

Tints of Sprout #B9CE9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 28.78%

R = 33.7%
G = 37.52%
B = 28.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#B9CE9E (or 0xB9CE9E) is known color: Sprout. HEX triplet: B9, CE and 9E. RGB value is (185,206,158). Sum of RGB (Red+Green+Blue) = 185+206+158=549 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.70% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CE9E is #463161. Grayscale: #C2C2C2. Windows color (decimal): -4600162 or 10407609. OLE color: 10407609.

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

Color convert

RGB 185 206 158 -
CMYK 0.10 0 0.23 0.19
HSL 86.25º 0.33% 0.71% -
HSV(B) 86.25º 0.23% 0.81% -
XYZ 48.25 56.93 40.79 -
YUV 194.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 185 206 158 0.10 0 0.23 0.19 86.25 0.33 0.71
Hex B9 CE 9E A 0 17 13 56 21 47
Octal 271 316 236 12 0 27 23 126 41 107
Binary 10111001 11001110 10011110 1010 0 10111 10011 1010110 100001 1000111

Color Harmonies of #B9CE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE9E

Black with #B9CE9E

Text Example


Text Example

White with #B9CE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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