Html Css Color HEX #B2AF4E Olive Green

📋 copy color: '#B2AF4E'

red 178 ◦ green 175 ◦ blue 78

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

Shades of Olive Green #B2AF4E

Tints of Olive Green #B2AF4E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.6%

 BLUE value IS 78 (30.86% from 255) = 18.1%

R = 41.3%
G = 40.6%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2AF4E (or 0xB2AF4E) is known color: Olive Green. HEX triplet: B2, AF and 4E. RGB value is (178,175,78). Sum of RGB (Red+Green+Blue) = 178+175+78=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AF4E is #4D50B1. Grayscale: #A5A5A5. Windows color (decimal): -5066930 or 5156786. OLE color: 5156786.

HSL color Cylindrical-coordinate representation of color #B2AF4E: hue angle of 58.2º 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 #B2AF4E is Cyan = 0, Magento = 0.02, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 175 78 -
CMYK 0 0.02 0.56 0.30
HSL 58.2º 0.39% 0.5% -
HSV(B) 58.2º 0.56% 0.7% -
XYZ 35.07 40.67 13.21 -
YUV 164.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 178 175 78 0 0.02 0.56 0.30 58.2 0.39 0.5
Hex B2 AF 4E 0 2 38 1E 3A 27 32
Octal 262 257 116 0 2 70 36 72 47 62
Binary 10110010 10101111 1001110 0 10 111000 11110 111010 100111 110010

Color Harmonies of #B2AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AF4E

Black with #B2AF4E

Text Example


Text Example

White with #B2AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AF4E; }

 p { color: rgb(178,175,78); }

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

background-color css

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

 a { background-color: rgb(178,175,78); }

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

border-color css

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

 span { border-color: rgb(178,175,78); }

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