Html Css Color HEX #B8BD81 Pine Glade

📋 copy color: '#B8BD81'

red 184 ◦ green 189 ◦ blue 129

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

Shades of Pine Glade #B8BD81

Tints of Pine Glade #B8BD81

RGB

 RED value IS 184 (72.27% from 255) = 36.65%

 GREEN value IS 189 (74.22% from 255) = 37.65%

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

R = 36.65%
G = 37.65%
B = 25.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#B8BD81 (or 0xB8BD81) is known color: Pine Glade. HEX triplet: B8, BD and 81. RGB value is (184,189,129). Sum of RGB (Red+Green+Blue) = 184+189+129=502 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.65% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 189 - color contains mainly: green. Hex color #B8BD81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8BD81 is #47427E. Grayscale: #B4B4B4. Windows color (decimal): -4670079 or 8502712. OLE color: 8502712.

HSL color Cylindrical-coordinate representation of color #B8BD81: hue angle of 65º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8BD81 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 189 129 -
CMYK 0.03 0 0.32 0.26
HSL 65º 0.31% 0.62% -
HSV(B) 65º 0.32% 0.74% -
XYZ 41.93 48.17 27.86 -
YUV 180.67 98.84 130.38 -
System Red Green Blue C M Y K H S L
Decimal 184 189 129 0.03 0 0.32 0.26 65 0.31 0.62
Hex B8 BD 81 3 0 20 1A 41 1F 3E
Octal 270 275 201 3 0 40 32 101 37 76
Binary 10111000 10111101 10000001 11 0 100000 11010 1000001 11111 111110

Color Harmonies of #B8BD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BD81

Black with #B8BD81

Text Example


Text Example

White with #B8BD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BD81; }

 p { color: rgb(184,189,129); }

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

background-color css

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

 a { background-color: rgb(184,189,129); }

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

border-color css

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

 span { border-color: rgb(184,189,129); }

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