Html Css Color HEX #A4BF3E Atlantis

📋 copy color: '#A4BF3E'

red 164 ◦ green 191 ◦ blue 62

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

Shades of Atlantis #A4BF3E

Tints of Atlantis #A4BF3E

RGB

 RED value IS 164 (64.45% from 255) = 39.33%

 GREEN value IS 191 (75% from 255) = 45.8%

 BLUE value IS 62 (24.61% from 255) = 14.87%

R = 39.33%
G = 45.8%
B = 14.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#A4BF3E (or 0xA4BF3E) is known color: Atlantis. HEX triplet: A4, BF and 3E. RGB value is (164,191,62). Sum of RGB (Red+Green+Blue) = 164+191+62=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 191 (75% from 255 or 45.80% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BF3E is #5B40C1. Grayscale: #A8A8A8. Windows color (decimal): -5980354 or 4112292. OLE color: 4112292.

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

Color convert

RGB 164 191 62 -
CMYK 0.14 0 0.68 0.25
HSL 72.56º 0.51% 0.5% -
HSV(B) 72.56º 0.68% 0.75% -
XYZ 34.81 45.5 11.51 -
YUV 168.22 68.05 124.99 -
System Red Green Blue C M Y K H S L
Decimal 164 191 62 0.14 0 0.68 0.25 72.56 0.51 0.5
Hex A4 BF 3E E 0 44 19 49 33 32
Octal 244 277 76 16 0 104 31 111 63 62
Binary 10100100 10111111 111110 1110 0 1000100 11001 1001001 110011 110010

Color Harmonies of #A4BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BF3E

Black with #A4BF3E

Text Example


Text Example

White with #A4BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BF3E; }

 p { color: rgb(164,191,62); }

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

background-color css

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

 a { background-color: rgb(164,191,62); }

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

border-color css

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

 span { border-color: rgb(164,191,62); }

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