Html Css Color HEX #B2A853 Olive Green

📋 copy color: '#B2A853'

red 178 ◦ green 168 ◦ blue 83

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

Shades of Olive Green #B2A853

Tints of Olive Green #B2A853

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.16%

 BLUE value IS 83 (32.81% from 255) = 19.35%

R = 41.49%
G = 39.16%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B2A853 (or 0xB2A853) is known color: Olive Green. HEX triplet: B2, A8 and 53. RGB value is (178,168,83). Sum of RGB (Red+Green+Blue) = 178+168+83=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 83 (32.81% from 255 or 19.35% from 429); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A853 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A853 is #4D57AC. Grayscale: #A1A1A1. Windows color (decimal): -5068717 or 5482674. OLE color: 5482674.

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

Color convert

RGB 178 168 83 -
CMYK 0 0.06 0.53 0.30
HSL 53.68º 0.38% 0.51% -
HSV(B) 53.68º 0.53% 0.7% -
XYZ 33.92 38.09 13.75 -
YUV 161.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 178 168 83 0 0.06 0.53 0.30 53.68 0.38 0.51
Hex B2 A8 53 0 6 35 1E 36 26 33
Octal 262 250 123 0 6 65 36 66 46 63
Binary 10110010 10101000 1010011 0 110 110101 11110 110110 100110 110011

Color Harmonies of #B2A853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A853

Black with #B2A853

Text Example


Text Example

White with #B2A853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A853; }

 p { color: rgb(178,168,83); }

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

background-color css

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

 a { background-color: rgb(178,168,83); }

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

border-color css

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

 span { border-color: rgb(178,168,83); }

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