Html Css Color HEX #A0BE72 Olivine

📋 copy color: '#A0BE72'

red 160 ◦ green 190 ◦ blue 114

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

Shades of Olivine #A0BE72

Tints of Olivine #A0BE72

RGB

 RED value IS 160 (62.89% from 255) = 34.48%

 GREEN value IS 190 (74.61% from 255) = 40.95%

 BLUE value IS 114 (44.92% from 255) = 24.57%

R = 34.48%
G = 40.95%
B = 24.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#A0BE72 (or 0xA0BE72) is known color: Olivine. HEX triplet: A0, BE and 72. RGB value is (160,190,114). Sum of RGB (Red+Green+Blue) = 160+190+114=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 190 (74.61% from 255 or 40.95% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE72 is #5F418D. Grayscale: #ACACAC. Windows color (decimal): -6242702 or 7519904. OLE color: 7519904.

HSL color Cylindrical-coordinate representation of color #A0BE72: hue angle of 83.68º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0BE72 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 114 -
CMYK 0.16 0 0.40 0.25
HSL 83.68º 0.37% 0.6% -
HSV(B) 83.68º 0.4% 0.75% -
XYZ 35.95 45.52 22.81 -
YUV 172.37 95.06 119.18 -
System Red Green Blue C M Y K H S L
Decimal 160 190 114 0.16 0 0.40 0.25 83.68 0.37 0.6
Hex A0 BE 72 10 0 28 19 54 25 3C
Octal 240 276 162 20 0 50 31 124 45 74
Binary 10100000 10111110 1110010 10000 0 101000 11001 1010100 100101 111100

Color Harmonies of #A0BE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE72

Black with #A0BE72

Text Example


Text Example

White with #A0BE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE72; }

 p { color: rgb(160,190,114); }

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

background-color css

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

 a { background-color: rgb(160,190,114); }

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

border-color css

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

 span { border-color: rgb(160,190,114); }

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