Html Css Color HEX #BDBB54 Olive Green

📋 copy color: '#BDBB54'

red 189 ◦ green 187 ◦ blue 84

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

Shades of Olive Green #BDBB54

Tints of Olive Green #BDBB54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.26%

R = 41.09%
G = 40.65%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BDBB54 (or 0xBDBB54) is known color: Olive Green. HEX triplet: BD, BB and 54. RGB value is (189,187,84). Sum of RGB (Red+Green+Blue) = 189+187+84=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 84 (33.20% from 255 or 18.26% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB54 is #4244AB. Grayscale: #B0B0B0. Windows color (decimal): -4342956 or 5553085. OLE color: 5553085.

HSL color Cylindrical-coordinate representation of color #BDBB54: hue angle of 58.86º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDBB54 is Cyan = 0, Magento = 0.01, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 187 84 -
CMYK 0 0.01 0.56 0.26
HSL 58.86º 0.44% 0.54% -
HSV(B) 58.86º 0.56% 0.74% -
XYZ 40.36 47 15.33 -
YUV 175.86 76.16 137.38 -
System Red Green Blue C M Y K H S L
Decimal 189 187 84 0 0.01 0.56 0.26 58.86 0.44 0.54
Hex BD BB 54 0 1 38 1A 3B 2C 36
Octal 275 273 124 0 1 70 32 73 54 66
Binary 10111101 10111011 1010100 0 1 111000 11010 111011 101100 110110

Color Harmonies of #BDBB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB54

Black with #BDBB54

Text Example


Text Example

White with #BDBB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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