Html Css Color HEX #BDB757 Olive Green

📋 copy color: '#BDB757'

red 189 ◦ green 183 ◦ blue 87

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

Shades of Olive Green #BDB757

Tints of Olive Green #BDB757

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.87%

 BLUE value IS 87 (34.38% from 255) = 18.95%

R = 41.18%
G = 39.87%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDB757 (or 0xBDB757) is known color: Olive Green. HEX triplet: BD, B7 and 57. RGB value is (189,183,87). Sum of RGB (Red+Green+Blue) = 189+183+87=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB757 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB757 is #4248A8. Grayscale: #AEAEAE. Windows color (decimal): -4343977 or 5748669. OLE color: 5748669.

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

Color convert

RGB 189 183 87 -
CMYK 0 0.03 0.54 0.26
HSL 56.47º 0.44% 0.54% -
HSV(B) 56.47º 0.54% 0.74% -
XYZ 39.64 45.37 15.69 -
YUV 173.85 78.99 138.81 -
System Red Green Blue C M Y K H S L
Decimal 189 183 87 0 0.03 0.54 0.26 56.47 0.44 0.54
Hex BD B7 57 0 3 36 1A 38 2C 36
Octal 275 267 127 0 3 66 32 70 54 66
Binary 10111101 10110111 1010111 0 11 110110 11010 111000 101100 110110

Color Harmonies of #BDB757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB757

Black with #BDB757

Text Example


Text Example

White with #BDB757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB757; }

 p { color: rgb(189,183,87); }

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

background-color css

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

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

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

border-color css

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

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

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