Html Css Color HEX #BDBB7F Pine Glade

📋 copy color: '#BDBB7F'

red 189 ◦ green 187 ◦ blue 127

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

Shades of Pine Glade #BDBB7F

Tints of Pine Glade #BDBB7F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.18%

 BLUE value IS 127 (50% from 255) = 25.25%

R = 37.57%
G = 37.18%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDBB7F (or 0xBDBB7F) is known color: Pine Glade. HEX triplet: BD, BB and 7F. RGB value is (189,187,127). Sum of RGB (Red+Green+Blue) = 189+187+127=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 187 (73.44% from 255 or 37.18% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB7F is #424480. Grayscale: #B5B5B5. Windows color (decimal): -4342913 or 8371133. OLE color: 8371133.

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

Color convert

RGB 189 187 127 -
CMYK 0 0.01 0.33 0.26
HSL 58.06º 0.32% 0.62% -
HSV(B) 58.06º 0.33% 0.74% -
XYZ 42.59 47.89 27.08 -
YUV 180.76 97.66 133.88 -
System Red Green Blue C M Y K H S L
Decimal 189 187 127 0 0.01 0.33 0.26 58.06 0.32 0.62
Hex BD BB 7F 0 1 21 1A 3A 20 3E
Octal 275 273 177 0 1 41 32 72 40 76
Binary 10111101 10111011 1111111 0 1 100001 11010 111010 100000 111110

Color Harmonies of #BDBB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB7F

Black with #BDBB7F

Text Example


Text Example

White with #BDBB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB7F; }

 p { color: rgb(189,187,127); }

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

background-color css

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

 a { background-color: rgb(189,187,127); }

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

border-color css

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

 span { border-color: rgb(189,187,127); }

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