Html Css Color HEX #A2BE42 Atlantis

📋 copy color: '#A2BE42'

red 162 ◦ green 190 ◦ blue 66

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

Shades of Atlantis #A2BE42

Tints of Atlantis #A2BE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 38.76%
G = 45.45%
B = 15.79%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#A2BE42 (or 0xA2BE42) is known color: Atlantis. HEX triplet: A2, BE and 42. RGB value is (162,190,66). Sum of RGB (Red+Green+Blue) = 162+190+66=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 190 (74.61% from 255 or 45.45% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 190 - color contains mainly: green. Hex color #A2BE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BE42 is #5D41BD. Grayscale: #A7A7A7. Windows color (decimal): -6111678 or 4374178. OLE color: 4374178.

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

Color convert

RGB 162 190 66 -
CMYK 0.15 0 0.65 0.25
HSL 73.55º 0.49% 0.5% -
HSV(B) 73.55º 0.65% 0.75% -
XYZ 34.3 44.9 12.01 -
YUV 167.49 70.72 124.08 -
System Red Green Blue C M Y K H S L
Decimal 162 190 66 0.15 0 0.65 0.25 73.55 0.49 0.5
Hex A2 BE 42 F 0 41 19 4A 31 32
Octal 242 276 102 17 0 101 31 112 61 62
Binary 10100010 10111110 1000010 1111 0 1000001 11001 1001010 110001 110010

Color Harmonies of #A2BE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BE42

Black with #A2BE42

Text Example


Text Example

White with #A2BE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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