Html Css Color HEX #BDBC7F Pine Glade

📋 copy color: '#BDBC7F'

red 189 ◦ green 188 ◦ blue 127

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

Shades of Pine Glade #BDBC7F

Tints of Pine Glade #BDBC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.3%

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

R = 37.5%
G = 37.3%
B = 25.2%

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

#BDBC7F (or 0xBDBC7F) is known color: Pine Glade. HEX triplet: BD, BC and 7F. RGB value is (189,188,127). Sum of RGB (Red+Green+Blue) = 189+188+127=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC7F is #424380. Grayscale: #B5B5B5. Windows color (decimal): -4342657 or 8371389. OLE color: 8371389.

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

Color convert

RGB 189 188 127 -
CMYK 0 0.01 0.33 0.26
HSL 59.03º 0.32% 0.62% -
HSV(B) 59.03º 0.33% 0.74% -
XYZ 42.8 48.32 27.15 -
YUV 181.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 189 188 127 0 0.01 0.33 0.26 59.03 0.32 0.62
Hex BD BC 7F 0 1 21 1A 3B 20 3E
Octal 275 274 177 0 1 41 32 73 40 76
Binary 10111101 10111100 1111111 0 1 100001 11010 111011 100000 111110

Color Harmonies of #BDBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBC7F

Black with #BDBC7F

Text Example


Text Example

White with #BDBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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