Html Css Color HEX #BDB956 Olive Green

📋 copy color: '#BDB956'

red 189 ◦ green 185 ◦ blue 86

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

Shades of Olive Green #BDB956

Tints of Olive Green #BDB956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.7%

R = 41.09%
G = 40.22%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BDB956 (or 0xBDB956) is known color: Olive Green. HEX triplet: BD, B9 and 56. RGB value is (189,185,86). Sum of RGB (Red+Green+Blue) = 189+185+86=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB956 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB956 is #4246A9. Grayscale: #AFAFAF. Windows color (decimal): -4343466 or 5683645. OLE color: 5683645.

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

Color convert

RGB 189 185 86 -
CMYK 0 0.02 0.54 0.26
HSL 57.67º 0.44% 0.54% -
HSV(B) 57.67º 0.54% 0.74% -
XYZ 40.01 46.19 15.61 -
YUV 174.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 189 185 86 0 0.02 0.54 0.26 57.67 0.44 0.54
Hex BD B9 56 0 2 36 1A 3A 2C 36
Octal 275 271 126 0 2 66 32 72 54 66
Binary 10111101 10111001 1010110 0 10 110110 11010 111010 101100 110110

Color Harmonies of #BDB956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB956

Black with #BDB956

Text Example


Text Example

White with #BDB956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB956; }

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

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

background-color css

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

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

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

border-color css

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

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

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