Html Css Color HEX #ABCC38 Atlantis

📋 copy color: '#ABCC38'

red 171 ◦ green 204 ◦ blue 56

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

Shades of Atlantis #ABCC38

Tints of Atlantis #ABCC38

RGB

 RED value IS 171 (67.19% from 255) = 39.68%

 GREEN value IS 204 (80.08% from 255) = 47.33%

 BLUE value IS 56 (22.27% from 255) = 12.99%

R = 39.68%
G = 47.33%
B = 12.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.2

RGB Variations

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

Color information

#ABCC38 (or 0xABCC38) is known color: Atlantis. HEX triplet: AB, CC and 38. RGB value is (171,204,56). Sum of RGB (Red+Green+Blue) = 171+204+56=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCC38 is #5433C7. Grayscale: #B1B1B1. Windows color (decimal): -5518280 or 3722411. OLE color: 3722411.

HSL color Cylindrical-coordinate representation of color #ABCC38: hue angle of 73.38º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABCC38 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 56 -
CMYK 0.16 0 0.73 0.2
HSL 73.38º 0.59% 0.51% -
HSV(B) 73.38º 0.73% 0.8% -
XYZ 39.1 52.13 11.74 -
YUV 177.26 59.57 123.53 -
System Red Green Blue C M Y K H S L
Decimal 171 204 56 0.16 0 0.73 0.2 73.38 0.59 0.51
Hex AB CC 38 10 0 49 14 49 3B 33
Octal 253 314 70 20 0 111 24 111 73 63
Binary 10101011 11001100 111000 10000 0 1001001 10100 1001001 111011 110011

Color Harmonies of #ABCC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC38

Black with #ABCC38

Text Example


Text Example

White with #ABCC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC38; }

 p { color: rgb(171,204,56); }

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

background-color css

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

 a { background-color: rgb(171,204,56); }

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

border-color css

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

 span { border-color: rgb(171,204,56); }

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