Html Css Color HEX #B9C39B Sprout

📋 copy color: '#B9C39B'

red 185 ◦ green 195 ◦ blue 155

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

Shades of Sprout #B9C39B

Tints of Sprout #B9C39B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.97%

R = 34.58%
G = 36.45%
B = 28.97%

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

#B9C39B (or 0xB9C39B) is known color: Sprout. HEX triplet: B9, C3 and 9B. RGB value is (185,195,155). Sum of RGB (Red+Green+Blue) = 185+195+155=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C39B is #463C64. Grayscale: #BBBBBB. Windows color (decimal): -4602981 or 10208185. OLE color: 10208185.

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

Color convert

RGB 185 195 155 -
CMYK 0.05 0 0.21 0.24
HSL 75º 0.25% 0.69% -
HSV(B) 75º 0.21% 0.76% -
XYZ 45.44 51.71 38.6 -
YUV 187.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 185 195 155 0.05 0 0.21 0.24 75 0.25 0.69
Hex B9 C3 9B 5 0 15 18 4B 19 45
Octal 271 303 233 5 0 25 30 113 31 105
Binary 10111001 11000011 10011011 101 0 10101 11000 1001011 11001 1000101

Color Harmonies of #B9C39B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C39B

Black with #B9C39B

Text Example


Text Example

White with #B9C39B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C39B; }

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

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

background-color css

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

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

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

border-color css

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

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

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