Html Css Color HEX #A1BB3F Atlantis

📋 copy color: '#A1BB3F'

red 161 ◦ green 187 ◦ blue 63

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

Shades of Atlantis #A1BB3F

Tints of Atlantis #A1BB3F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.5%

 BLUE value IS 63 (25% from 255) = 15.33%

R = 39.17%
G = 45.5%
B = 15.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#A1BB3F (or 0xA1BB3F) is known color: Atlantis. HEX triplet: A1, BB and 3F. RGB value is (161,187,63). Sum of RGB (Red+Green+Blue) = 161+187+63=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 187 (73.44% from 255 or 45.50% from 411); Blue value is 63 (25% from 255 or 15.33% from 411); Max value from RGB is 187 - color contains mainly: green. Hex color #A1BB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1BB3F is #5E44C0. Grayscale: #A5A5A5. Windows color (decimal): -6177985 or 4176801. OLE color: 4176801.

HSL color Cylindrical-coordinate representation of color #A1BB3F: hue angle of 72.58º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1BB3F is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 187 63 -
CMYK 0.14 0 0.66 0.27
HSL 72.58º 0.5% 0.49% -
HSV(B) 72.58º 0.66% 0.73% -
XYZ 33.37 43.48 11.34 -
YUV 165.09 70.39 125.08 -
System Red Green Blue C M Y K H S L
Decimal 161 187 63 0.14 0 0.66 0.27 72.58 0.5 0.49
Hex A1 BB 3F E 0 42 1B 49 32 31
Octal 241 273 77 16 0 102 33 111 62 61
Binary 10100001 10111011 111111 1110 0 1000010 11011 1001001 110010 110001

Color Harmonies of #A1BB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1BB3F

Black with #A1BB3F

Text Example


Text Example

White with #A1BB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1BB3F; }

 p { color: rgb(161,187,63); }

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

background-color css

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

 a { background-color: rgb(161,187,63); }

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

border-color css

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

 span { border-color: rgb(161,187,63); }

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