Html Css Color HEX #BDBD7F Pine Glade

📋 copy color: '#BDBD7F'

red 189 ◦ green 189 ◦ blue 127

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

Shades of Pine Glade #BDBD7F

Tints of Pine Glade #BDBD7F

RGB

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

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

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

R = 37.43%
G = 37.43%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BDBD7F (or 0xBDBD7F) is known color: Pine Glade. HEX triplet: BD, BD and 7F. RGB value is (189,189,127). Sum of RGB (Red+Green+Blue) = 189+189+127=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD7F is #424280. Grayscale: #B6B6B6. Windows color (decimal): -4342401 or 8371645. OLE color: 8371645.

HSL color Cylindrical-coordinate representation of color #BDBD7F: hue angle of 60º 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 #BDBD7F is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 189 127 -
CMYK 0 0 0.33 0.26
HSL 60º 0.32% 0.62% -
HSV(B) 60º 0.33% 0.74% -
XYZ 43.01 48.75 27.22 -
YUV 181.93 97 133.04 -
System Red Green Blue C M Y K H S L
Decimal 189 189 127 0 0 0.33 0.26 60 0.32 0.62
Hex BD BD 7F 0 0 21 1A 3C 20 3E
Octal 275 275 177 0 0 41 32 74 40 76
Binary 10111101 10111101 1111111 0 0 100001 11010 111100 100000 111110

Color Harmonies of #BDBD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD7F

Black with #BDBD7F

Text Example


Text Example

White with #BDBD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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