Html Css Color HEX #A3BD3D Atlantis

📋 copy color: '#A3BD3D'

red 163 ◦ green 189 ◦ blue 61

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

Shades of Atlantis #A3BD3D

Tints of Atlantis #A3BD3D

RGB

 RED value IS 163 (64.06% from 255) = 39.47%

 GREEN value IS 189 (74.22% from 255) = 45.76%

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

R = 39.47%
G = 45.76%
B = 14.77%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#A3BD3D (or 0xA3BD3D) is known color: Atlantis. HEX triplet: A3, BD and 3D. RGB value is (163,189,61). Sum of RGB (Red+Green+Blue) = 163+189+61=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 61 (24.22% from 255 or 14.77% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3BD3D is #5C42C2. Grayscale: #A7A7A7. Windows color (decimal): -6046403 or 4046243. OLE color: 4046243.

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

Color convert

RGB 163 189 61 -
CMYK 0.14 0 0.68 0.26
HSL 72.19º 0.51% 0.49% -
HSV(B) 72.19º 0.68% 0.74% -
XYZ 34.14 44.52 11.21 -
YUV 166.63 68.39 125.41 -
System Red Green Blue C M Y K H S L
Decimal 163 189 61 0.14 0 0.68 0.26 72.19 0.51 0.49
Hex A3 BD 3D E 0 44 1A 48 33 31
Octal 243 275 75 16 0 104 32 110 63 61
Binary 10100011 10111101 111101 1110 0 1000100 11010 1001000 110011 110001

Color Harmonies of #A3BD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BD3D

Black with #A3BD3D

Text Example


Text Example

White with #A3BD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BD3D; }

 p { color: rgb(163,189,61); }

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

background-color css

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

 a { background-color: rgb(163,189,61); }

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

border-color css

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

 span { border-color: rgb(163,189,61); }

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