Html Css Color HEX #B2AD4F Olive Green

📋 copy color: '#B2AD4F'

red 178 ◦ green 173 ◦ blue 79

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

Shades of Olive Green #B2AD4F

Tints of Olive Green #B2AD4F

RGB

 RED value IS 178 (69.92% from 255) = 41.4%

 GREEN value IS 173 (67.97% from 255) = 40.23%

 BLUE value IS 79 (31.25% from 255) = 18.37%

R = 41.4%
G = 40.23%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2AD4F (or 0xB2AD4F) is known color: Olive Green. HEX triplet: B2, AD and 4F. RGB value is (178,173,79). Sum of RGB (Red+Green+Blue) = 178+173+79=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD4F is #4D52B0. Grayscale: #A4A4A4. Windows color (decimal): -5067441 or 5221810. OLE color: 5221810.

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

Color convert

RGB 178 173 79 -
CMYK 0 0.03 0.56 0.30
HSL 56.97º 0.39% 0.5% -
HSV(B) 56.97º 0.56% 0.7% -
XYZ 34.71 39.92 13.27 -
YUV 163.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 178 173 79 0 0.03 0.56 0.30 56.97 0.39 0.5
Hex B2 AD 4F 0 3 38 1E 39 27 32
Octal 262 255 117 0 3 70 36 71 47 62
Binary 10110010 10101101 1001111 0 11 111000 11110 111001 100111 110010

Color Harmonies of #B2AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD4F

Black with #B2AD4F

Text Example


Text Example

White with #B2AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD4F; }

 p { color: rgb(178,173,79); }

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

background-color css

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

 a { background-color: rgb(178,173,79); }

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

border-color css

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

 span { border-color: rgb(178,173,79); }

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