Html Css Color HEX #BBB652 Olive Green

📋 copy color: '#BBB652'

red 187 ◦ green 182 ◦ blue 82

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

Shades of Olive Green #BBB652

Tints of Olive Green #BBB652

RGB

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

 GREEN value IS 182 (71.48% from 255) = 40.35%

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 41.46%
G = 40.35%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBB652 (or 0xBBB652) is known color: Olive Green. HEX triplet: BB, B6 and 52. RGB value is (187,182,82). Sum of RGB (Red+Green+Blue) = 187+182+82=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB652 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB652 is #4449AD. Grayscale: #ACACAC. Windows color (decimal): -4475310 or 5420731. OLE color: 5420731.

HSL color Cylindrical-coordinate representation of color #BBB652: hue angle of 57.14º degrees, saturation: 0.44, 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 #BBB652 is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 82 -
CMYK 0 0.03 0.56 0.27
HSL 57.14º 0.44% 0.53% -
HSV(B) 57.14º 0.56% 0.73% -
XYZ 38.74 44.63 14.56 -
YUV 172.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 187 182 82 0 0.03 0.56 0.27 57.14 0.44 0.53
Hex BB B6 52 0 3 38 1B 39 2C 35
Octal 273 266 122 0 3 70 33 71 54 65
Binary 10111011 10110110 1010010 0 11 111000 11011 111001 101100 110101

Color Harmonies of #BBB652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB652

Black with #BBB652

Text Example


Text Example

White with #BBB652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB652; }

 p { color: rgb(187,182,82); }

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

background-color css

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

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

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

border-color css

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

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

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