Html Css Color HEX #BBBB54 Olive Green

📋 copy color: '#BBBB54'

red 187 ◦ green 187 ◦ blue 84

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

Shades of Olive Green #BBBB54

Tints of Olive Green #BBBB54

RGB

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

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

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

R = 40.83%
G = 40.83%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BBBB54 (or 0xBBBB54) is known color: Olive Green. HEX triplet: BB, BB and 54. RGB value is (187,187,84). Sum of RGB (Red+Green+Blue) = 187+187+84=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 187 (73.44% from 255 or 40.83% from 458); Blue value is 84 (33.20% from 255 or 18.34% from 458); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB54 is #4444AB. Grayscale: #AFAFAF. Windows color (decimal): -4474028 or 5553083. OLE color: 5553083.

HSL color Cylindrical-coordinate representation of color #BBBB54: hue angle of 60º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBBB54 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 187 84 -
CMYK 0 0 0.55 0.27
HSL 60º 0.43% 0.53% -
HSV(B) 60º 0.55% 0.73% -
XYZ 39.86 46.75 15.31 -
YUV 175.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 187 187 84 0 0 0.55 0.27 60 0.43 0.53
Hex BB BB 54 0 0 37 1B 3C 2B 35
Octal 273 273 124 0 0 67 33 74 53 65
Binary 10111011 10111011 1010100 0 0 110111 11011 111100 101011 110101

Color Harmonies of #BBBB54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB54

Black with #BBBB54

Text Example


Text Example

White with #BBBB54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB54; }

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

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

background-color css

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

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

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

border-color css

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

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

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