Html Css Color HEX #BBB758 Olive Green

📋 copy color: '#BBB758'

red 187 ◦ green 183 ◦ blue 88

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

Shades of Olive Green #BBB758

Tints of Olive Green #BBB758

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.96%

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

R = 40.83%
G = 39.96%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBB758 (or 0xBBB758) is known color: Olive Green. HEX triplet: BB, B7 and 58. RGB value is (187,183,88). Sum of RGB (Red+Green+Blue) = 187+183+88=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 88 (34.77% from 255 or 19.21% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB758 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB758 is #4448A7. Grayscale: #ADADAD. Windows color (decimal): -4475048 or 5814203. OLE color: 5814203.

HSL color Cylindrical-coordinate representation of color #BBB758: hue angle of 57.58º 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 #BBB758 is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 183 88 -
CMYK 0 0.02 0.53 0.27
HSL 57.58º 0.42% 0.54% -
HSV(B) 57.58º 0.53% 0.73% -
XYZ 39.19 45.14 15.88 -
YUV 173.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 187 183 88 0 0.02 0.53 0.27 57.58 0.42 0.54
Hex BB B7 58 0 2 35 1B 3A 2A 36
Octal 273 267 130 0 2 65 33 72 52 66
Binary 10111011 10110111 1011000 0 10 110101 11011 111010 101010 110110

Color Harmonies of #BBB758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB758

Black with #BBB758

Text Example


Text Example

White with #BBB758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB758; }

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

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

background-color css

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

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

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

border-color css

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

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

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