Html Css Color HEX #B4BA56 Olive Green

📋 copy color: '#B4BA56'

red 180 ◦ green 186 ◦ blue 86

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

Shades of Olive Green #B4BA56

Tints of Olive Green #B4BA56

RGB

 RED value IS 180 (70.7% from 255) = 39.82%

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

 BLUE value IS 86 (33.98% from 255) = 19.03%

R = 39.82%
G = 41.15%
B = 19.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#B4BA56 (or 0xB4BA56) is known color: Olive Green. HEX triplet: B4, BA and 56. RGB value is (180,186,86). Sum of RGB (Red+Green+Blue) = 180+186+86=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 86 (33.98% from 255 or 19.03% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA56 is #4B45A9. Grayscale: #ADADAD. Windows color (decimal): -4933034 or 5683892. OLE color: 5683892.

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

Color convert

RGB 180 186 86 -
CMYK 0.03 0 0.54 0.27
HSL 63.6º 0.42% 0.53% -
HSV(B) 63.6º 0.54% 0.73% -
XYZ 38.06 45.49 15.58 -
YUV 172.81 79.01 133.13 -
System Red Green Blue C M Y K H S L
Decimal 180 186 86 0.03 0 0.54 0.27 63.6 0.42 0.53
Hex B4 BA 56 3 0 36 1B 40 2A 35
Octal 264 272 126 3 0 66 33 100 52 65
Binary 10110100 10111010 1010110 11 0 110110 11011 1000000 101010 110101

Color Harmonies of #B4BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA56

Black with #B4BA56

Text Example


Text Example

White with #B4BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA56; }

 p { color: rgb(180,186,86); }

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

background-color css

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

 a { background-color: rgb(180,186,86); }

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

border-color css

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

 span { border-color: rgb(180,186,86); }

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