Html Css Color HEX #ACC93B Atlantis

📋 copy color: '#ACC93B'

red 172 ◦ green 201 ◦ blue 59

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

Shades of Atlantis #ACC93B

Tints of Atlantis #ACC93B

RGB

 RED value IS 172 (67.58% from 255) = 39.81%

 GREEN value IS 201 (78.91% from 255) = 46.53%

 BLUE value IS 59 (23.44% from 255) = 13.66%

R = 39.81%
G = 46.53%
B = 13.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#ACC93B (or 0xACC93B) is known color: Atlantis. HEX triplet: AC, C9 and 3B. RGB value is (172,201,59). Sum of RGB (Red+Green+Blue) = 172+201+59=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC93B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC93B is #5336C4. Grayscale: #B0B0B0. Windows color (decimal): -5453509 or 3918252. OLE color: 3918252.

HSL color Cylindrical-coordinate representation of color #ACC93B: hue angle of 72.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACC93B is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 201 59 -
CMYK 0.14 0 0.71 0.21
HSL 72.25º 0.57% 0.51% -
HSV(B) 72.25º 0.71% 0.79% -
XYZ 38.69 50.86 11.92 -
YUV 176.14 61.89 125.05 -
System Red Green Blue C M Y K H S L
Decimal 172 201 59 0.14 0 0.71 0.21 72.25 0.57 0.51
Hex AC C9 3B E 0 47 15 48 39 33
Octal 254 311 73 16 0 107 25 110 71 63
Binary 10101100 11001001 111011 1110 0 1000111 10101 1001000 111001 110011

Color Harmonies of #ACC93B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC93B

Black with #ACC93B

Text Example


Text Example

White with #ACC93B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC93B; }

 p { color: rgb(172,201,59); }

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

background-color css

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

 a { background-color: rgb(172,201,59); }

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

border-color css

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

 span { border-color: rgb(172,201,59); }

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