Html Css Color HEX #BDBD7A Pine Glade

📋 copy color: '#BDBD7A'

red 189 ◦ green 189 ◦ blue 122

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

Shades of Pine Glade #BDBD7A

Tints of Pine Glade #BDBD7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.4%

R = 37.8%
G = 37.8%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BDBD7A (or 0xBDBD7A) is known color: Pine Glade. HEX triplet: BD, BD and 7A. RGB value is (189,189,122). Sum of RGB (Red+Green+Blue) = 189+189+122=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 122 (48.05% from 255 or 24.4% from 500); Max value from RGB is 189 - color contains mainly: red, green. Hex color #BDBD7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBD7A is #424285. Grayscale: #B5B5B5. Windows color (decimal): -4342406 or 8043965. OLE color: 8043965.

HSL color Cylindrical-coordinate representation of color #BDBD7A: hue angle of 60º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDBD7A is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 189 122 -
CMYK 0 0 0.35 0.26
HSL 60º 0.34% 0.61% -
HSV(B) 60º 0.35% 0.74% -
XYZ 42.7 48.62 25.55 -
YUV 181.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 189 189 122 0 0 0.35 0.26 60 0.34 0.61
Hex BD BD 7A 0 0 23 1A 3C 22 3D
Octal 275 275 172 0 0 43 32 74 42 75
Binary 10111101 10111101 1111010 0 0 100011 11010 111100 100010 111101

Color Harmonies of #BDBD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBD7A

Black with #BDBD7A

Text Example


Text Example

White with #BDBD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBD7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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