Html Css Color HEX #B9CA92 Sprout

📋 copy color: '#B9CA92'

red 185 ◦ green 202 ◦ blue 146

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

Shades of Sprout #B9CA92

Tints of Sprout #B9CA92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.39%

R = 34.71%
G = 37.9%
B = 27.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#B9CA92 (or 0xB9CA92) is known color: Sprout. HEX triplet: B9, CA and 92. RGB value is (185,202,146). Sum of RGB (Red+Green+Blue) = 185+202+146=533 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.71% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CA92 is #46356D. Grayscale: #BEBEBE. Windows color (decimal): -4601198 or 9620153. OLE color: 9620153.

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

Color convert

RGB 185 202 146 -
CMYK 0.08 0 0.28 0.21
HSL 78.21º 0.35% 0.68% -
HSV(B) 78.21º 0.28% 0.79% -
XYZ 46.32 54.63 35.3 -
YUV 190.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 185 202 146 0.08 0 0.28 0.21 78.21 0.35 0.68
Hex B9 CA 92 8 0 1C 15 4E 23 44
Octal 271 312 222 10 0 34 25 116 43 104
Binary 10111001 11001010 10010010 1000 0 11100 10101 1001110 100011 1000100

Color Harmonies of #B9CA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA92

Black with #B9CA92

Text Example


Text Example

White with #B9CA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA92; }

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

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

background-color css

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

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

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

border-color css

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

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

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