Html Css Color HEX #A2BE68 Olivine

📋 copy color: '#A2BE68'

red 162 ◦ green 190 ◦ blue 104

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

Shades of Olivine #A2BE68

Tints of Olivine #A2BE68

RGB

 RED value IS 162 (63.67% from 255) = 35.53%

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

 BLUE value IS 104 (41.02% from 255) = 22.81%

R = 35.53%
G = 41.67%
B = 22.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#A2BE68 (or 0xA2BE68) is known color: Olivine. HEX triplet: A2, BE and 68. RGB value is (162,190,104). Sum of RGB (Red+Green+Blue) = 162+190+104=456 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.53% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 104 (41.02% from 255 or 22.81% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BE68 is #5D4197. Grayscale: #ACACAC. Windows color (decimal): -6111640 or 6864546. OLE color: 6864546.

HSL color Cylindrical-coordinate representation of color #A2BE68: hue angle of 79.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2BE68 is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 190 104 -
CMYK 0.15 0 0.45 0.25
HSL 79.53º 0.4% 0.58% -
HSV(B) 79.53º 0.45% 0.75% -
XYZ 35.81 45.51 19.99 -
YUV 171.82 89.72 120.99 -
System Red Green Blue C M Y K H S L
Decimal 162 190 104 0.15 0 0.45 0.25 79.53 0.4 0.58
Hex A2 BE 68 F 0 2D 19 50 28 3A
Octal 242 276 150 17 0 55 31 120 50 72
Binary 10100010 10111110 1101000 1111 0 101101 11001 1010000 101000 111010

Color Harmonies of #A2BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE68

Black with #A2BE68

Text Example


Text Example

White with #A2BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE68; }

 p { color: rgb(162,190,104); }

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

background-color css

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

 a { background-color: rgb(162,190,104); }

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

border-color css

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

 span { border-color: rgb(162,190,104); }

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