Html Css Color HEX #BBBA53 Olive Green

📋 copy color: '#BBBA53'

red 187 ◦ green 186 ◦ blue 83

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

Shades of Olive Green #BBBA53

Tints of Olive Green #BBBA53

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.79%

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

R = 41.01%
G = 40.79%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BBBA53 (or 0xBBBA53) is known color: Olive Green. HEX triplet: BB, BA and 53. RGB value is (187,186,83). Sum of RGB (Red+Green+Blue) = 187+186+83=456 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.01% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA53 is #4445AC. Grayscale: #AEAEAE. Windows color (decimal): -4474285 or 5487291. OLE color: 5487291.

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

Color convert

RGB 187 186 83 -
CMYK 0 0.01 0.56 0.27
HSL 59.42º 0.43% 0.53% -
HSV(B) 59.42º 0.56% 0.73% -
XYZ 39.61 46.31 15.03 -
YUV 174.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 187 186 83 0 0.01 0.56 0.27 59.42 0.43 0.53
Hex BB BA 53 0 1 38 1B 3B 2B 35
Octal 273 272 123 0 1 70 33 73 53 65
Binary 10111011 10111010 1010011 0 1 111000 11011 111011 101011 110101

Color Harmonies of #BBBA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA53

Black with #BBBA53

Text Example


Text Example

White with #BBBA53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA53; }

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

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

background-color css

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

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

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

border-color css

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

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

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