Html Css Color HEX #BDB660 Olive Green

📋 copy color: '#BDB660'

red 189 ◦ green 182 ◦ blue 96

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

Shades of Olive Green #BDB660

Tints of Olive Green #BDB660

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.97%

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

R = 40.47%
G = 38.97%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BDB660 (or 0xBDB660) is known color: Olive Green. HEX triplet: BD, B6 and 60. RGB value is (189,182,96). Sum of RGB (Red+Green+Blue) = 189+182+96=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB660 is #42499F. Grayscale: #AEAEAE. Windows color (decimal): -4344224 or 6338237. OLE color: 6338237.

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

Color convert

RGB 189 182 96 -
CMYK 0 0.04 0.49 0.26
HSL 55.48º 0.41% 0.56% -
HSV(B) 55.48º 0.49% 0.74% -
XYZ 39.83 45.12 17.68 -
YUV 174.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 189 182 96 0 0.04 0.49 0.26 55.48 0.41 0.56
Hex BD B6 60 0 4 31 1A 37 29 38
Octal 275 266 140 0 4 61 32 67 51 70
Binary 10111101 10110110 1100000 0 100 110001 11010 110111 101001 111000

Color Harmonies of #BDB660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB660

Black with #BDB660

Text Example


Text Example

White with #BDB660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB660; }

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

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

background-color css

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

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

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

border-color css

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

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

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