Html Css Color HEX #B2BA58 Olive Green

📋 copy color: '#B2BA58'

red 178 ◦ green 186 ◦ blue 88

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

Shades of Olive Green #B2BA58

Tints of Olive Green #B2BA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.47%

R = 39.38%
G = 41.15%
B = 19.47%

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

#B2BA58 (or 0xB2BA58) is known color: Olive Green. HEX triplet: B2, BA and 58. RGB value is (178,186,88). Sum of RGB (Red+Green+Blue) = 178+186+88=452 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.38% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 88 (34.77% from 255 or 19.47% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #B2BA58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BA58 is #4D45A7. Grayscale: #ACACAC. Windows color (decimal): -5064104 or 5814962. OLE color: 5814962.

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

Color convert

RGB 178 186 88 -
CMYK 0.04 0 0.53 0.27
HSL 64.9º 0.42% 0.54% -
HSV(B) 64.9º 0.53% 0.73% -
XYZ 37.68 45.29 15.99 -
YUV 172.44 80.35 131.97 -
System Red Green Blue C M Y K H S L
Decimal 178 186 88 0.04 0 0.53 0.27 64.9 0.42 0.54
Hex B2 BA 58 4 0 35 1B 41 2A 36
Octal 262 272 130 4 0 65 33 101 52 66
Binary 10110010 10111010 1011000 100 0 110101 11011 1000001 101010 110110

Color Harmonies of #B2BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BA58

Black with #B2BA58

Text Example


Text Example

White with #B2BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BA58; }

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

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

background-color css

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

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

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

border-color css

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

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

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