Html Css Color HEX #B6BF81 Pine Glade

📋 copy color: '#B6BF81'

red 182 ◦ green 191 ◦ blue 129

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

Shades of Pine Glade #B6BF81

Tints of Pine Glade #B6BF81

RGB

 RED value IS 182 (71.48% from 255) = 36.25%

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

 BLUE value IS 129 (50.78% from 255) = 25.7%

R = 36.25%
G = 38.05%
B = 25.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#B6BF81 (or 0xB6BF81) is known color: Pine Glade. HEX triplet: B6, BF and 81. RGB value is (182,191,129). Sum of RGB (Red+Green+Blue) = 182+191+129=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 191 (75% from 255 or 38.05% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF81 is #49407E. Grayscale: #B5B5B5. Windows color (decimal): -4800639 or 8503222. OLE color: 8503222.

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

Color convert

RGB 182 191 129 -
CMYK 0.05 0 0.32 0.25
HSL 68.71º 0.33% 0.63% -
HSV(B) 68.71º 0.32% 0.75% -
XYZ 41.88 48.79 27.98 -
YUV 181.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 182 191 129 0.05 0 0.32 0.25 68.71 0.33 0.63
Hex B6 BF 81 5 0 20 19 45 21 3F
Octal 266 277 201 5 0 40 31 105 41 77
Binary 10110110 10111111 10000001 101 0 100000 11001 1000101 100001 111111

Color Harmonies of #B6BF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BF81

Black with #B6BF81

Text Example


Text Example

White with #B6BF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BF81; }

 p { color: rgb(182,191,129); }

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

background-color css

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

 a { background-color: rgb(182,191,129); }

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

border-color css

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

 span { border-color: rgb(182,191,129); }

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