Html Css Color HEX #ACCB40 Atlantis

📋 copy color: '#ACCB40'

red 172 ◦ green 203 ◦ blue 64

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

Shades of Atlantis #ACCB40

Tints of Atlantis #ACCB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.58%

R = 39.18%
G = 46.24%
B = 14.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#ACCB40 (or 0xACCB40) is known color: Atlantis. HEX triplet: AC, CB and 40. RGB value is (172,203,64). Sum of RGB (Red+Green+Blue) = 172+203+64=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACCB40 is #5334BF. Grayscale: #B2B2B2. Windows color (decimal): -5452992 or 4246444. OLE color: 4246444.

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

Color convert

RGB 172 203 64 -
CMYK 0.15 0 0.68 0.20
HSL 73.38º 0.57% 0.52% -
HSV(B) 73.38º 0.68% 0.8% -
XYZ 39.29 51.85 12.79 -
YUV 177.89 63.73 123.8 -
System Red Green Blue C M Y K H S L
Decimal 172 203 64 0.15 0 0.68 0.20 73.38 0.57 0.52
Hex AC CB 40 F 0 44 14 49 39 34
Octal 254 313 100 17 0 104 24 111 71 64
Binary 10101100 11001011 1000000 1111 0 1000100 10100 1001001 111001 110100

Color Harmonies of #ACCB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCB40

Black with #ACCB40

Text Example


Text Example

White with #ACCB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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