Html Css Color HEX #BBB353 Olive Green

📋 copy color: '#BBB353'

red 187 ◦ green 179 ◦ blue 83

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

Shades of Olive Green #BBB353

Tints of Olive Green #BBB353

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.87%

 BLUE value IS 83 (32.81% from 255) = 18.49%

R = 41.65%
G = 39.87%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBB353 (or 0xBBB353) is known color: Olive Green. HEX triplet: BB, B3 and 53. RGB value is (187,179,83). Sum of RGB (Red+Green+Blue) = 187+179+83=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB353 is #444CAC. Grayscale: #AAAAAA. Windows color (decimal): -4476077 or 5485499. OLE color: 5485499.

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

Color convert

RGB 187 179 83 -
CMYK 0 0.04 0.56 0.27
HSL 55.38º 0.43% 0.53% -
HSV(B) 55.38º 0.56% 0.73% -
XYZ 38.17 43.43 14.55 -
YUV 170.45 78.65 139.81 -
System Red Green Blue C M Y K H S L
Decimal 187 179 83 0 0.04 0.56 0.27 55.38 0.43 0.53
Hex BB B3 53 0 4 38 1B 37 2B 35
Octal 273 263 123 0 4 70 33 67 53 65
Binary 10111011 10110011 1010011 0 100 111000 11011 110111 101011 110101

Color Harmonies of #BBB353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB353

Black with #BBB353

Text Example


Text Example

White with #BBB353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB353; }

 p { color: rgb(187,179,83); }

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

background-color css

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

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

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

border-color css

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

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

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