Html Css Color HEX #ACCB3A Atlantis

📋 copy color: '#ACCB3A'

red 172 ◦ green 203 ◦ blue 58

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

Shades of Atlantis #ACCB3A

Tints of Atlantis #ACCB3A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.88%

 BLUE value IS 58 (23.05% from 255) = 13.39%

R = 39.72%
G = 46.88%
B = 13.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#ACCB3A (or 0xACCB3A) is known color: Atlantis. HEX triplet: AC, CB and 3A. RGB value is (172,203,58). Sum of RGB (Red+Green+Blue) = 172+203+58=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB3A is #5334C5. Grayscale: #B1B1B1. Windows color (decimal): -5452998 or 3853228. OLE color: 3853228.

HSL color Cylindrical-coordinate representation of color #ACCB3A: hue angle of 72.83º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACCB3A is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 203 58 -
CMYK 0.15 0 0.71 0.20
HSL 72.83º 0.58% 0.51% -
HSV(B) 72.83º 0.71% 0.8% -
XYZ 39.13 51.79 11.94 -
YUV 177.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 172 203 58 0.15 0 0.71 0.20 72.83 0.58 0.51
Hex AC CB 3A F 0 47 14 49 3A 33
Octal 254 313 72 17 0 107 24 111 72 63
Binary 10101100 11001011 111010 1111 0 1000111 10100 1001001 111010 110011

Color Harmonies of #ACCB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB3A

Black with #ACCB3A

Text Example


Text Example

White with #ACCB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB3A; }

 p { color: rgb(172,203,58); }

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

background-color css

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

 a { background-color: rgb(172,203,58); }

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

border-color css

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

 span { border-color: rgb(172,203,58); }

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