Html Css Color HEX #B2AD57 Olive Green

📋 copy color: '#B2AD57'

red 178 ◦ green 173 ◦ blue 87

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

Shades of Olive Green #B2AD57

Tints of Olive Green #B2AD57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.86%

R = 40.64%
G = 39.5%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B2AD57 (or 0xB2AD57) is known color: Olive Green. HEX triplet: B2, AD and 57. RGB value is (178,173,87). Sum of RGB (Red+Green+Blue) = 178+173+87=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 173 (67.97% from 255 or 39.50% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2AD57 is #4D52A8. Grayscale: #A5A5A5. Windows color (decimal): -5067433 or 5746098. OLE color: 5746098.

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

Color convert

RGB 178 173 87 -
CMYK 0 0.03 0.51 0.30
HSL 56.7º 0.37% 0.52% -
HSV(B) 56.7º 0.51% 0.7% -
XYZ 35.02 40.04 14.9 -
YUV 164.69 84.16 137.49 -
System Red Green Blue C M Y K H S L
Decimal 178 173 87 0 0.03 0.51 0.30 56.7 0.37 0.52
Hex B2 AD 57 0 3 33 1E 39 25 34
Octal 262 255 127 0 3 63 36 71 45 64
Binary 10110010 10101101 1010111 0 11 110011 11110 111001 100101 110100

Color Harmonies of #B2AD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD57

Black with #B2AD57

Text Example


Text Example

White with #B2AD57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD57; }

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

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

background-color css

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

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

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

border-color css

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

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

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