Html Css Color HEX #B7BF82 Pine Glade

📋 copy color: '#B7BF82'

red 183 ◦ green 191 ◦ blue 130

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

Shades of Pine Glade #B7BF82

Tints of Pine Glade #B7BF82

RGB

 RED value IS 183 (71.88% from 255) = 36.31%

 GREEN value IS 191 (75% from 255) = 37.9%

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

R = 36.31%
G = 37.9%
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

#B7BF82 (or 0xB7BF82) is known color: Pine Glade. HEX triplet: B7, BF and 82. RGB value is (183,191,130). Sum of RGB (Red+Green+Blue) = 183+191+130=504 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.31% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #B7BF82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B7BF82 is #48407D. Grayscale: #B5B5B5. Windows color (decimal): -4735102 or 8568759. OLE color: 8568759.

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

Color convert

RGB 183 191 130 -
CMYK 0.04 0 0.32 0.25
HSL 67.87º 0.32% 0.63% -
HSV(B) 67.87º 0.32% 0.75% -
XYZ 42.19 48.94 28.34 -
YUV 181.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 183 191 130 0.04 0 0.32 0.25 67.87 0.32 0.63
Hex B7 BF 82 4 0 20 19 44 20 3F
Octal 267 277 202 4 0 40 31 104 40 77
Binary 10110111 10111111 10000010 100 0 100000 11001 1000100 100000 111111

Color Harmonies of #B7BF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7BF82

Black with #B7BF82

Text Example


Text Example

White with #B7BF82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7BF82; }

 p { color: rgb(183,191,130); }

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

background-color css

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

 a { background-color: rgb(183,191,130); }

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

border-color css

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

 span { border-color: rgb(183,191,130); }

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