Html Css Color HEX #B9C083 Pine Glade

📋 copy color: '#B9C083'

red 185 ◦ green 192 ◦ blue 131

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

Shades of Pine Glade #B9C083

Tints of Pine Glade #B9C083

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

 BLUE value IS 131 (51.56% from 255) = 25.79%

R = 36.42%
G = 37.8%
B = 25.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#B9C083 (or 0xB9C083) is known color: Pine Glade. HEX triplet: B9, C0 and 83. RGB value is (185,192,131). Sum of RGB (Red+Green+Blue) = 185+192+131=508 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.42% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 131 (51.56% from 255 or 25.79% from 508); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C083 is #463F7C. Grayscale: #B7B7B7. Windows color (decimal): -4603773 or 8634553. OLE color: 8634553.

HSL color Cylindrical-coordinate representation of color #B9C083: hue angle of 66.89º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9C083 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 131 -
CMYK 0.04 0 0.32 0.25
HSL 66.89º 0.33% 0.63% -
HSV(B) 66.89º 0.32% 0.75% -
XYZ 42.95 49.65 28.79 -
YUV 182.95 98.68 129.46 -
System Red Green Blue C M Y K H S L
Decimal 185 192 131 0.04 0 0.32 0.25 66.89 0.33 0.63
Hex B9 C0 83 4 0 20 19 43 21 3F
Octal 271 300 203 4 0 40 31 103 41 77
Binary 10111001 11000000 10000011 100 0 100000 11001 1000011 100001 111111

Color Harmonies of #B9C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C083

Black with #B9C083

Text Example


Text Example

White with #B9C083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C083; }

 p { color: rgb(185,192,131); }

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

background-color css

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

 a { background-color: rgb(185,192,131); }

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

border-color css

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

 span { border-color: rgb(185,192,131); }

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