Html Css Color HEX #BBB258 Olive Green

📋 copy color: '#BBB258'

red 187 ◦ green 178 ◦ blue 88

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

Shades of Olive Green #BBB258

Tints of Olive Green #BBB258

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

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

R = 41.28%
G = 39.29%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBB258 (or 0xBBB258) is known color: Olive Green. HEX triplet: BB, B2 and 58. RGB value is (187,178,88). Sum of RGB (Red+Green+Blue) = 187+178+88=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 88 (34.77% from 255 or 19.43% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB258 is #444DA7. Grayscale: #AAAAAA. Windows color (decimal): -4476328 or 5812923. OLE color: 5812923.

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

Color convert

RGB 187 178 88 -
CMYK 0 0.05 0.53 0.27
HSL 54.55º 0.42% 0.54% -
HSV(B) 54.55º 0.53% 0.73% -
XYZ 38.18 43.11 15.54 -
YUV 170.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 187 178 88 0 0.05 0.53 0.27 54.55 0.42 0.54
Hex BB B2 58 0 5 35 1B 37 2A 36
Octal 273 262 130 0 5 65 33 67 52 66
Binary 10111011 10110010 1011000 0 101 110101 11011 110111 101010 110110

Color Harmonies of #BBB258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB258

Black with #BBB258

Text Example


Text Example

White with #BBB258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB258; }

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

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

background-color css

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

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

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

border-color css

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

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

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