Html Css Color HEX #B9CA9F Sprout

📋 copy color: '#B9CA9F'

red 185 ◦ green 202 ◦ blue 159

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

Shades of Sprout #B9CA9F

Tints of Sprout #B9CA9F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37%

 BLUE value IS 159 (62.5% from 255) = 29.12%

R = 33.88%
G = 37%
B = 29.12%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#B9CA9F (or 0xB9CA9F) is known color: Sprout. HEX triplet: B9, CA and 9F. RGB value is (185,202,159). Sum of RGB (Red+Green+Blue) = 185+202+159=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 159 (62.5% from 255 or 29.12% from 546); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA9F is #463560. Grayscale: #C0C0C0. Windows color (decimal): -4601185 or 10472121. OLE color: 10472121.

HSL color Cylindrical-coordinate representation of color #B9CA9F: hue angle of 83.72º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9CA9F is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 202 159 -
CMYK 0.08 0 0.21 0.21
HSL 83.72º 0.29% 0.71% -
HSV(B) 83.72º 0.21% 0.79% -
XYZ 47.39 55.06 40.93 -
YUV 192.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 185 202 159 0.08 0 0.21 0.21 83.72 0.29 0.71
Hex B9 CA 9F 8 0 15 15 54 1D 47
Octal 271 312 237 10 0 25 25 124 35 107
Binary 10111001 11001010 10011111 1000 0 10101 10101 1010100 11101 1000111

Color Harmonies of #B9CA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA9F

Black with #B9CA9F

Text Example


Text Example

White with #B9CA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA9F; }

 p { color: rgb(185,202,159); }

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

background-color css

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

 a { background-color: rgb(185,202,159); }

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

border-color css

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

 span { border-color: rgb(185,202,159); }

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