Html Css Color HEX #B9C39A Sprout

📋 copy color: '#B9C39A'

red 185 ◦ green 195 ◦ blue 154

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

Shades of Sprout #B9C39A

Tints of Sprout #B9C39A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.52%

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

R = 34.64%
G = 36.52%
B = 28.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#B9C39A (or 0xB9C39A) is known color: Sprout. HEX triplet: B9, C3 and 9A. RGB value is (185,195,154). Sum of RGB (Red+Green+Blue) = 185+195+154=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C39A is #463C65. Grayscale: #BBBBBB. Windows color (decimal): -4602982 or 10142649. OLE color: 10142649.

HSL color Cylindrical-coordinate representation of color #B9C39A: hue angle of 74.63º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9C39A is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 154 -
CMYK 0.05 0 0.21 0.24
HSL 74.63º 0.25% 0.68% -
HSV(B) 74.63º 0.21% 0.76% -
XYZ 45.36 51.68 38.16 -
YUV 187.34 109.19 126.33 -
System Red Green Blue C M Y K H S L
Decimal 185 195 154 0.05 0 0.21 0.24 74.63 0.25 0.68
Hex B9 C3 9A 5 0 15 18 4B 19 44
Octal 271 303 232 5 0 25 30 113 31 104
Binary 10111001 11000011 10011010 101 0 10101 11000 1001011 11001 1000100

Color Harmonies of #B9C39A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C39A

Black with #B9C39A

Text Example


Text Example

White with #B9C39A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C39A; }

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

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

background-color css

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

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

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

border-color css

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

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

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