Html Css Color HEX #BDBF81 Pine Glade

📋 copy color: '#BDBF81'

red 189 ◦ green 191 ◦ blue 129

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

Shades of Pine Glade #BDBF81

Tints of Pine Glade #BDBF81

RGB

 RED value IS 189 (74.22% from 255) = 37.13%

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

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

R = 37.13%
G = 37.52%
B = 25.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BDBF81 (or 0xBDBF81) is known color: Pine Glade. HEX triplet: BD, BF and 81. RGB value is (189,191,129). Sum of RGB (Red+Green+Blue) = 189+191+129=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF81 is #42407E. Grayscale: #B7B7B7. Windows color (decimal): -4341887 or 8503229. OLE color: 8503229.

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

Color convert

RGB 189 191 129 -
CMYK 0.01 0 0.32 0.25
HSL 61.94º 0.33% 0.63% -
HSV(B) 61.94º 0.32% 0.75% -
XYZ 43.58 49.67 28.06 -
YUV 183.33 97.34 132.04 -
System Red Green Blue C M Y K H S L
Decimal 189 191 129 0.01 0 0.32 0.25 61.94 0.33 0.63
Hex BD BF 81 1 0 20 19 3E 21 3F
Octal 275 277 201 1 0 40 31 76 41 77
Binary 10111101 10111111 10000001 1 0 100000 11001 111110 100001 111111

Color Harmonies of #BDBF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF81

Black with #BDBF81

Text Example


Text Example

White with #BDBF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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