Html Css Color HEX #BDB860 Olive Green

📋 copy color: '#BDB860'

red 189 ◦ green 184 ◦ blue 96

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

Shades of Olive Green #BDB860

Tints of Olive Green #BDB860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.23%

 BLUE value IS 96 (37.89% from 255) = 20.47%

R = 40.3%
G = 39.23%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDB860 (or 0xBDB860) is known color: Olive Green. HEX triplet: BD, B8 and 60. RGB value is (189,184,96). Sum of RGB (Red+Green+Blue) = 189+184+96=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 184 (72.27% from 255 or 39.23% from 469); Blue value is 96 (37.89% from 255 or 20.47% from 469); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB860 is #42479F. Grayscale: #AFAFAF. Windows color (decimal): -4343712 or 6338749. OLE color: 6338749.

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

Color convert

RGB 189 184 96 -
CMYK 0 0.03 0.49 0.26
HSL 56.77º 0.41% 0.56% -
HSV(B) 56.77º 0.49% 0.74% -
XYZ 40.24 45.94 17.81 -
YUV 175.46 83.16 137.66 -
System Red Green Blue C M Y K H S L
Decimal 189 184 96 0 0.03 0.49 0.26 56.77 0.41 0.56
Hex BD B8 60 0 3 31 1A 39 29 38
Octal 275 270 140 0 3 61 32 71 51 70
Binary 10111101 10111000 1100000 0 11 110001 11010 111001 101001 111000

Color Harmonies of #BDB860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB860

Black with #BDB860

Text Example


Text Example

White with #BDB860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB860; }

 p { color: rgb(189,184,96); }

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

background-color css

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

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

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

border-color css

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

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

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