Html Css Color HEX #B3B45D Olive Green

📋 copy color: '#B3B45D'

red 179 ◦ green 180 ◦ blue 93

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

Shades of Olive Green #B3B45D

Tints of Olive Green #B3B45D

RGB

 RED value IS 179 (70.31% from 255) = 39.6%

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

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

R = 39.6%
G = 39.82%
B = 20.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B3B45D (or 0xB3B45D) is known color: Olive Green. HEX triplet: B3, B4 and 5D. RGB value is (179,180,93). Sum of RGB (Red+Green+Blue) = 179+180+93=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B45D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B45D is #4C4BA2. Grayscale: #AAAAAA. Windows color (decimal): -5000099 or 6141107. OLE color: 6141107.

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

Color convert

RGB 179 180 93 -
CMYK 0.01 0 0.48 0.29
HSL 60.69º 0.37% 0.54% -
HSV(B) 60.69º 0.48% 0.71% -
XYZ 36.89 43.02 16.71 -
YUV 169.78 84.67 134.57 -
System Red Green Blue C M Y K H S L
Decimal 179 180 93 0.01 0 0.48 0.29 60.69 0.37 0.54
Hex B3 B4 5D 1 0 30 1D 3D 25 36
Octal 263 264 135 1 0 60 35 75 45 66
Binary 10110011 10110100 1011101 1 0 110000 11101 111101 100101 110110

Color Harmonies of #B3B45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B45D

Black with #B3B45D

Text Example


Text Example

White with #B3B45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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