Html Css Color HEX #A1BE3D Atlantis

📋 copy color: '#A1BE3D'

red 161 ◦ green 190 ◦ blue 61

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

Shades of Atlantis #A1BE3D

Tints of Atlantis #A1BE3D

RGB

 RED value IS 161 (63.28% from 255) = 39.08%

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

 BLUE value IS 61 (24.22% from 255) = 14.81%

R = 39.08%
G = 46.12%
B = 14.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#A1BE3D (or 0xA1BE3D) is known color: Atlantis. HEX triplet: A1, BE and 3D. RGB value is (161,190,61). Sum of RGB (Red+Green+Blue) = 161+190+61=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 61 (24.22% from 255 or 14.81% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BE3D is #5E41C2. Grayscale: #A7A7A7. Windows color (decimal): -6177219 or 4046497. OLE color: 4046497.

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

Color convert

RGB 161 190 61 -
CMYK 0.15 0 0.68 0.25
HSL 73.49º 0.51% 0.49% -
HSV(B) 73.49º 0.68% 0.75% -
XYZ 33.95 44.74 11.26 -
YUV 166.62 68.39 123.99 -
System Red Green Blue C M Y K H S L
Decimal 161 190 61 0.15 0 0.68 0.25 73.49 0.51 0.49
Hex A1 BE 3D F 0 44 19 49 33 31
Octal 241 276 75 17 0 104 31 111 63 61
Binary 10100001 10111110 111101 1111 0 1000100 11001 1001001 110011 110001

Color Harmonies of #A1BE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BE3D

Black with #A1BE3D

Text Example


Text Example

White with #A1BE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BE3D; }

 p { color: rgb(161,190,61); }

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

background-color css

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

 a { background-color: rgb(161,190,61); }

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

border-color css

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

 span { border-color: rgb(161,190,61); }

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