Html Css Color HEX #B9C082 Pine Glade

📋 copy color: '#B9C082'

red 185 ◦ green 192 ◦ blue 130

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

Shades of Pine Glade #B9C082

Tints of Pine Glade #B9C082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 36.49%
G = 37.87%
B = 25.64%

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

#B9C082 (or 0xB9C082) is known color: Pine Glade. HEX triplet: B9, C0 and 82. RGB value is (185,192,130). Sum of RGB (Red+Green+Blue) = 185+192+130=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 192 - color contains mainly: green. Hex color #B9C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C082 is #463F7D. Grayscale: #B7B7B7. Windows color (decimal): -4603774 or 8569017. OLE color: 8569017.

HSL color Cylindrical-coordinate representation of color #B9C082: hue angle of 66.77º 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 #B9C082 is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 192 130 -
CMYK 0.04 0 0.32 0.25
HSL 66.77º 0.33% 0.63% -
HSV(B) 66.77º 0.32% 0.75% -
XYZ 42.89 49.63 28.44 -
YUV 182.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 185 192 130 0.04 0 0.32 0.25 66.77 0.33 0.63
Hex B9 C0 82 4 0 20 19 43 21 3F
Octal 271 300 202 4 0 40 31 103 41 77
Binary 10111001 11000000 10000010 100 0 100000 11001 1000011 100001 111111

Color Harmonies of #B9C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C082

Black with #B9C082

Text Example


Text Example

White with #B9C082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C082; }

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

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

background-color css

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

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

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

border-color css

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

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

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