Html Css Color HEX #A4B671 Olivine

📋 copy color: '#A4B671'

red 164 ◦ green 182 ◦ blue 113

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

Shades of Olivine #A4B671

Tints of Olivine #A4B671

RGB

 RED value IS 164 (64.45% from 255) = 35.73%

 GREEN value IS 182 (71.48% from 255) = 39.65%

 BLUE value IS 113 (44.53% from 255) = 24.62%

R = 35.73%
G = 39.65%
B = 24.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#A4B671 (or 0xA4B671) is known color: Olivine. HEX triplet: A4, B6 and 71. RGB value is (164,182,113). Sum of RGB (Red+Green+Blue) = 164+182+113=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 182 (71.48% from 255 or 39.65% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 182 - color contains mainly: green. Hex color #A4B671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4B671 is #5B498E. Grayscale: #A9A9A9. Windows color (decimal): -5982607 or 7452324. OLE color: 7452324.

HSL color Cylindrical-coordinate representation of color #A4B671: hue angle of 75.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A4B671 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 182 113 -
CMYK 0.10 0 0.38 0.29
HSL 75.65º 0.32% 0.58% -
HSV(B) 75.65º 0.38% 0.71% -
XYZ 35.02 42.54 21.99 -
YUV 168.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 164 182 113 0.10 0 0.38 0.29 75.65 0.32 0.58
Hex A4 B6 71 A 0 26 1D 4C 20 3A
Octal 244 266 161 12 0 46 35 114 40 72
Binary 10100100 10110110 1110001 1010 0 100110 11101 1001100 100000 111010

Color Harmonies of #A4B671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B671

Black with #A4B671

Text Example


Text Example

White with #A4B671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B671; }

 p { color: rgb(164,182,113); }

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

background-color css

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

 a { background-color: rgb(164,182,113); }

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

border-color css

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

 span { border-color: rgb(164,182,113); }

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