Html Css Color HEX #B2BA57 Olive Green

📋 copy color: '#B2BA57'

red 178 ◦ green 186 ◦ blue 87

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

Shades of Olive Green #B2BA57

Tints of Olive Green #B2BA57

RGB

 RED value IS 178 (69.92% from 255) = 39.47%

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

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

R = 39.47%
G = 41.24%
B = 19.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#B2BA57 (or 0xB2BA57) is known color: Olive Green. HEX triplet: B2, BA and 57. RGB value is (178,186,87). Sum of RGB (Red+Green+Blue) = 178+186+87=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 87 (34.38% from 255 or 19.29% from 451); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA57 is #4D45A8. Grayscale: #ACACAC. Windows color (decimal): -5064105 or 5749426. OLE color: 5749426.

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

Color convert

RGB 178 186 87 -
CMYK 0.04 0 0.53 0.27
HSL 64.85º 0.42% 0.54% -
HSV(B) 64.85º 0.53% 0.73% -
XYZ 37.64 45.27 15.77 -
YUV 172.32 79.85 132.05 -
System Red Green Blue C M Y K H S L
Decimal 178 186 87 0.04 0 0.53 0.27 64.85 0.42 0.54
Hex B2 BA 57 4 0 35 1B 41 2A 36
Octal 262 272 127 4 0 65 33 101 52 66
Binary 10110010 10111010 1010111 100 0 110101 11011 1000001 101010 110110

Color Harmonies of #B2BA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA57

Black with #B2BA57

Text Example


Text Example

White with #B2BA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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