Html Css Color HEX #BDB952 Olive Green

📋 copy color: '#BDB952'

red 189 ◦ green 185 ◦ blue 82

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

Shades of Olive Green #BDB952

Tints of Olive Green #BDB952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.98%

R = 41.45%
G = 40.57%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BDB952 (or 0xBDB952) is known color: Olive Green. HEX triplet: BD, B9 and 52. RGB value is (189,185,82). Sum of RGB (Red+Green+Blue) = 189+185+82=456 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.45% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB952 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDB952 is #4246AD. Grayscale: #AEAEAE. Windows color (decimal): -4343470 or 5421501. OLE color: 5421501.

HSL color Cylindrical-coordinate representation of color #BDB952: hue angle of 57.76º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BDB952 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 82 -
CMYK 0 0.02 0.57 0.26
HSL 57.76º 0.45% 0.53% -
HSV(B) 57.76º 0.57% 0.74% -
XYZ 39.86 46.13 14.79 -
YUV 174.45 75.83 138.38 -
System Red Green Blue C M Y K H S L
Decimal 189 185 82 0 0.02 0.57 0.26 57.76 0.45 0.53
Hex BD B9 52 0 2 39 1A 3A 2D 35
Octal 275 271 122 0 2 71 32 72 55 65
Binary 10111101 10111001 1010010 0 10 111001 11010 111010 101101 110101

Color Harmonies of #BDB952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB952

Black with #BDB952

Text Example


Text Example

White with #BDB952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB952; }

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

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

background-color css

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

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

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

border-color css

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

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

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