Html Css Color HEX #BBBB58 Olive Green

📋 copy color: '#BBBB58'

red 187 ◦ green 187 ◦ blue 88

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

Shades of Olive Green #BBBB58

Tints of Olive Green #BBBB58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.05%

R = 40.48%
G = 40.48%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBBB58 (or 0xBBBB58) is known color: Olive Green. HEX triplet: BB, BB and 58. RGB value is (187,187,88). Sum of RGB (Red+Green+Blue) = 187+187+88=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 88 (34.77% from 255 or 19.05% from 462); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB58 is #4444A7. Grayscale: #B0B0B0. Windows color (decimal): -4474024 or 5815227. OLE color: 5815227.

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

Color convert

RGB 187 187 88 -
CMYK 0 0 0.53 0.27
HSL 60º 0.42% 0.54% -
HSV(B) 60º 0.53% 0.73% -
XYZ 40.03 46.81 16.16 -
YUV 175.71 78.5 136.05 -
System Red Green Blue C M Y K H S L
Decimal 187 187 88 0 0 0.53 0.27 60 0.42 0.54
Hex BB BB 58 0 0 35 1B 3C 2A 36
Octal 273 273 130 0 0 65 33 74 52 66
Binary 10111011 10111011 1011000 0 0 110101 11011 111100 101010 110110

Color Harmonies of #BBBB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB58

Black with #BBBB58

Text Example


Text Example

White with #BBBB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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