Html Css Color HEX #B9CA8E Sprout

📋 copy color: '#B9CA8E'

red 185 ◦ green 202 ◦ blue 142

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

Shades of Sprout #B9CA8E

Tints of Sprout #B9CA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.84%

R = 34.97%
G = 38.19%
B = 26.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#B9CA8E (or 0xB9CA8E) is known color: Sprout. HEX triplet: B9, CA and 8E. RGB value is (185,202,142). Sum of RGB (Red+Green+Blue) = 185+202+142=529 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.97% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA8E is #463571. Grayscale: #BEBEBE. Windows color (decimal): -4601202 or 9358009. OLE color: 9358009.

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

Color convert

RGB 185 202 142 -
CMYK 0.08 0 0.30 0.21
HSL 77º 0.36% 0.67% -
HSV(B) 77º 0.3% 0.79% -
XYZ 46.01 54.51 33.69 -
YUV 190.08 100.87 124.38 -
System Red Green Blue C M Y K H S L
Decimal 185 202 142 0.08 0 0.30 0.21 77 0.36 0.67
Hex B9 CA 8E 8 0 1E 15 4D 24 43
Octal 271 312 216 10 0 36 25 115 44 103
Binary 10111001 11001010 10001110 1000 0 11110 10101 1001101 100100 1000011

Color Harmonies of #B9CA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA8E

Black with #B9CA8E

Text Example


Text Example

White with #B9CA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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