Html Css Color HEX #B4BA5D Olive Green

📋 copy color: '#B4BA5D'

red 180 ◦ green 186 ◦ blue 93

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

Shades of Olive Green #B4BA5D

Tints of Olive Green #B4BA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 39.22%
G = 40.52%
B = 20.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#B4BA5D (or 0xB4BA5D) is known color: Olive Green. HEX triplet: B4, BA and 5D. RGB value is (180,186,93). Sum of RGB (Red+Green+Blue) = 180+186+93=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BA5D is #4B45A2. Grayscale: #ADADAD. Windows color (decimal): -4933027 or 6142644. OLE color: 6142644.

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

Color convert

RGB 180 186 93 -
CMYK 0.03 0 0.5 0.27
HSL 63.87º 0.4% 0.55% -
HSV(B) 63.87º 0.5% 0.73% -
XYZ 38.36 45.61 17.14 -
YUV 173.6 82.51 132.56 -
System Red Green Blue C M Y K H S L
Decimal 180 186 93 0.03 0 0.5 0.27 63.87 0.4 0.55
Hex B4 BA 5D 3 0 32 1B 40 28 37
Octal 264 272 135 3 0 62 33 100 50 67
Binary 10110100 10111010 1011101 11 0 110010 11011 1000000 101000 110111

Color Harmonies of #B4BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA5D

Black with #B4BA5D

Text Example


Text Example

White with #B4BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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