Html Css Color HEX #BBBA57 Olive Green

📋 copy color: '#BBBA57'

red 187 ◦ green 186 ◦ blue 87

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

Shades of Olive Green #BBBA57

Tints of Olive Green #BBBA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 18.91%

R = 40.65%
G = 40.43%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BBBA57 (or 0xBBBA57) is known color: Olive Green. HEX triplet: BB, BA and 57. RGB value is (187,186,87). Sum of RGB (Red+Green+Blue) = 187+186+87=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 87 (34.38% from 255 or 18.91% from 460); Max value from RGB is 187 - color contains mainly: red. Hex color #BBBA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBBA57 is #4445A8. Grayscale: #AFAFAF. Windows color (decimal): -4474281 or 5749435. OLE color: 5749435.

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

Color convert

RGB 187 186 87 -
CMYK 0 0.01 0.53 0.27
HSL 59.4º 0.42% 0.54% -
HSV(B) 59.4º 0.53% 0.73% -
XYZ 39.77 46.37 15.87 -
YUV 175.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 187 186 87 0 0.01 0.53 0.27 59.4 0.42 0.54
Hex BB BA 57 0 1 35 1B 3B 2A 36
Octal 273 272 127 0 1 65 33 73 52 66
Binary 10111011 10111010 1010111 0 1 110101 11011 111011 101010 110110

Color Harmonies of #BBBA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBA57

Black with #BBBA57

Text Example


Text Example

White with #BBBA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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