Html Css Color HEX #BDB960 Olive Green

📋 copy color: '#BDB960'

red 189 ◦ green 185 ◦ blue 96

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

Shades of Olive Green #BDB960

Tints of Olive Green #BDB960

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.36%

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

R = 40.21%
G = 39.36%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDB960 (or 0xBDB960) is known color: Olive Green. HEX triplet: BD, B9 and 60. RGB value is (189,185,96). Sum of RGB (Red+Green+Blue) = 189+185+96=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 96 (37.89% from 255 or 20.43% from 470); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB960 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB960 is #42469F. Grayscale: #B0B0B0. Windows color (decimal): -4343456 or 6339005. OLE color: 6339005.

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

Color convert

RGB 189 185 96 -
CMYK 0 0.02 0.49 0.26
HSL 57.42º 0.41% 0.56% -
HSV(B) 57.42º 0.49% 0.74% -
XYZ 40.45 46.36 17.88 -
YUV 176.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 189 185 96 0 0.02 0.49 0.26 57.42 0.41 0.56
Hex BD B9 60 0 2 31 1A 39 29 38
Octal 275 271 140 0 2 61 32 71 51 70
Binary 10111101 10111001 1100000 0 10 110001 11010 111001 101001 111000

Color Harmonies of #BDB960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB960

Black with #BDB960

Text Example


Text Example

White with #BDB960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB960; }

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

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

background-color css

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

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

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

border-color css

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

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

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