Html Css Color HEX #BDBB52 Olive Green

📋 copy color: '#BDBB52'

red 189 ◦ green 187 ◦ blue 82

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

Shades of Olive Green #BDBB52

Tints of Olive Green #BDBB52

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.83%

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

R = 41.27%
G = 40.83%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BDBB52 (or 0xBDBB52) is known color: Olive Green. HEX triplet: BD, BB and 52. RGB value is (189,187,82). Sum of RGB (Red+Green+Blue) = 189+187+82=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB52 is #4244AD. Grayscale: #B0B0B0. Windows color (decimal): -4342958 or 5422013. OLE color: 5422013.

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

Color convert

RGB 189 187 82 -
CMYK 0 0.01 0.57 0.26
HSL 58.88º 0.45% 0.53% -
HSV(B) 58.88º 0.57% 0.74% -
XYZ 40.28 46.97 14.93 -
YUV 175.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 189 187 82 0 0.01 0.57 0.26 58.88 0.45 0.53
Hex BD BB 52 0 1 39 1A 3B 2D 35
Octal 275 273 122 0 1 71 32 73 55 65
Binary 10111101 10111011 1010010 0 1 111001 11010 111011 101101 110101

Color Harmonies of #BDBB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB52

Black with #BDBB52

Text Example


Text Example

White with #BDBB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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