Html Css Color HEX #BBBB53 Olive Green

📋 copy color: '#BBBB53'

red 187 ◦ green 187 ◦ blue 83

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

Shades of Olive Green #BBBB53

Tints of Olive Green #BBBB53

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.92%

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

R = 40.92%
G = 40.92%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBBB53 (or 0xBBBB53) is known color: Olive Green. HEX triplet: BB, BB and 53. RGB value is (187,187,83). Sum of RGB (Red+Green+Blue) = 187+187+83=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 83 (32.81% from 255 or 18.16% from 457); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBB53 is #4444AC. Grayscale: #AFAFAF. Windows color (decimal): -4474029 or 5487547. OLE color: 5487547.

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

Color convert

RGB 187 187 83 -
CMYK 0 0 0.56 0.27
HSL 60º 0.43% 0.53% -
HSV(B) 60º 0.56% 0.73% -
XYZ 39.83 46.73 15.1 -
YUV 175.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 187 187 83 0 0 0.56 0.27 60 0.43 0.53
Hex BB BB 53 0 0 38 1B 3C 2B 35
Octal 273 273 123 0 0 70 33 74 53 65
Binary 10111011 10111011 1010011 0 0 111000 11011 111100 101011 110101

Color Harmonies of #BBBB53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBB53

Black with #BBBB53

Text Example


Text Example

White with #BBBB53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBB53; }

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

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

background-color css

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

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

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

border-color css

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

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

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