Html Css Color HEX #B4B358 Olive Green

📋 copy color: '#B4B358'

red 180 ◦ green 179 ◦ blue 88

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

Shades of Olive Green #B4B358

Tints of Olive Green #B4B358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.04%

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

R = 40.27%
G = 40.04%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B4B358 (or 0xB4B358) is known color: Olive Green. HEX triplet: B4, B3 and 58. RGB value is (180,179,88). Sum of RGB (Red+Green+Blue) = 180+179+88=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 88 (34.77% from 255 or 19.69% from 447); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B358 is #4B4CA7. Grayscale: #A9A9A9. Windows color (decimal): -4934824 or 5813172. OLE color: 5813172.

HSL color Cylindrical-coordinate representation of color #B4B358: hue angle of 59.35º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B4B358 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 179 88 -
CMYK 0 0.01 0.51 0.29
HSL 59.35º 0.38% 0.53% -
HSV(B) 59.35º 0.51% 0.71% -
XYZ 36.7 42.65 15.53 -
YUV 168.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 180 179 88 0 0.01 0.51 0.29 59.35 0.38 0.53
Hex B4 B3 58 0 1 33 1D 3B 26 35
Octal 264 263 130 0 1 63 35 73 46 65
Binary 10110100 10110011 1011000 0 1 110011 11101 111011 100110 110101

Color Harmonies of #B4B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B358

Black with #B4B358

Text Example


Text Example

White with #B4B358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B358; }

 p { color: rgb(180,179,88); }

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

background-color css

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

 a { background-color: rgb(180,179,88); }

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

border-color css

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

 span { border-color: rgb(180,179,88); }

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