Html Css Color HEX #B9CE9A Sprout

📋 copy color: '#B9CE9A'

red 185 ◦ green 206 ◦ blue 154

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

Shades of Sprout #B9CE9A

Tints of Sprout #B9CE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 28.26%

R = 33.94%
G = 37.8%
B = 28.26%

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

#B9CE9A (or 0xB9CE9A) is known color: Sprout. HEX triplet: B9, CE and 9A. RGB value is (185,206,154). Sum of RGB (Red+Green+Blue) = 185+206+154=545 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.94% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 206 - color contains mainly: green. Hex color #B9CE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CE9A is #463165. Grayscale: #C1C1C1. Windows color (decimal): -4600166 or 10145465. OLE color: 10145465.

HSL color Cylindrical-coordinate representation of color #B9CE9A: hue angle of 84.23º degrees, saturation: 0.35, 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 #B9CE9A is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 206 154 -
CMYK 0.10 0 0.25 0.19
HSL 84.23º 0.35% 0.71% -
HSV(B) 84.23º 0.25% 0.81% -
XYZ 47.91 56.79 39.01 -
YUV 193.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 185 206 154 0.10 0 0.25 0.19 84.23 0.35 0.71
Hex B9 CE 9A A 0 19 13 54 23 47
Octal 271 316 232 12 0 31 23 124 43 107
Binary 10111001 11001110 10011010 1010 0 11001 10011 1010100 100011 1000111

Color Harmonies of #B9CE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CE9A

Black with #B9CE9A

Text Example


Text Example

White with #B9CE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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