Html Css Color HEX #BBB253 Olive Green

📋 copy color: '#BBB253'

red 187 ◦ green 178 ◦ blue 83

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

Shades of Olive Green #BBB253

Tints of Olive Green #BBB253

RGB

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

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

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

R = 41.74%
G = 39.73%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBB253 (or 0xBBB253) is known color: Olive Green. HEX triplet: BB, B2 and 53. RGB value is (187,178,83). Sum of RGB (Red+Green+Blue) = 187+178+83=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BBB253 is #444DAC. Grayscale: #AAAAAA. Windows color (decimal): -4476333 or 5485243. OLE color: 5485243.

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

Color convert

RGB 187 178 83 -
CMYK 0 0.05 0.56 0.27
HSL 54.81º 0.43% 0.53% -
HSV(B) 54.81º 0.56% 0.73% -
XYZ 37.98 43.03 14.49 -
YUV 169.86 78.98 140.22 -
System Red Green Blue C M Y K H S L
Decimal 187 178 83 0 0.05 0.56 0.27 54.81 0.43 0.53
Hex BB B2 53 0 5 38 1B 37 2B 35
Octal 273 262 123 0 5 70 33 67 53 65
Binary 10111011 10110010 1010011 0 101 111000 11011 110111 101011 110101

Color Harmonies of #BBB253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB253

Black with #BBB253

Text Example


Text Example

White with #BBB253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB253; }

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

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

background-color css

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

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

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

border-color css

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

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

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