Html Css Color HEX #B3B24D Olive Green

📋 copy color: '#B3B24D'

red 179 ◦ green 178 ◦ blue 77

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

Shades of Olive Green #B3B24D

Tints of Olive Green #B3B24D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 77 (30.47% from 255) = 17.74%

R = 41.24%
G = 41.01%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3B24D (or 0xB3B24D) is known color: Olive Green. HEX triplet: B3, B2 and 4D. RGB value is (179,178,77). Sum of RGB (Red+Green+Blue) = 179+178+77=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B24D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3B24D is #4C4DB2. Grayscale: #A7A7A7. Windows color (decimal): -5000627 or 5092019. OLE color: 5092019.

HSL color Cylindrical-coordinate representation of color #B3B24D: hue angle of 59.41º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3B24D is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 178 77 -
CMYK 0 0.01 0.57 0.30
HSL 59.41º 0.4% 0.5% -
HSV(B) 59.41º 0.57% 0.7% -
XYZ 35.85 41.96 13.23 -
YUV 166.79 77.33 136.71 -
System Red Green Blue C M Y K H S L
Decimal 179 178 77 0 0.01 0.57 0.30 59.41 0.4 0.5
Hex B3 B2 4D 0 1 39 1E 3B 28 32
Octal 263 262 115 0 1 71 36 73 50 62
Binary 10110011 10110010 1001101 0 1 111001 11110 111011 101000 110010

Color Harmonies of #B3B24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B24D

Black with #B3B24D

Text Example


Text Example

White with #B3B24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B24D; }

 p { color: rgb(179,178,77); }

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

background-color css

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

 a { background-color: rgb(179,178,77); }

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

border-color css

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

 span { border-color: rgb(179,178,77); }

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