Html Css Color HEX #ABCB3C Atlantis

📋 copy color: '#ABCB3C'

red 171 ◦ green 203 ◦ blue 60

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

Shades of Atlantis #ABCB3C

Tints of Atlantis #ABCB3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.82%

R = 39.4%
G = 46.77%
B = 13.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#ABCB3C (or 0xABCB3C) is known color: Atlantis. HEX triplet: AB, CB and 3C. RGB value is (171,203,60). Sum of RGB (Red+Green+Blue) = 171+203+60=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB3C is #5434C3. Grayscale: #B1B1B1. Windows color (decimal): -5518532 or 3984299. OLE color: 3984299.

HSL color Cylindrical-coordinate representation of color #ABCB3C: hue angle of 73.43º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ABCB3C is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 60 -
CMYK 0.16 0 0.70 0.20
HSL 73.43º 0.58% 0.52% -
HSV(B) 73.43º 0.7% 0.8% -
XYZ 38.97 51.7 12.2 -
YUV 177.13 61.9 123.63 -
System Red Green Blue C M Y K H S L
Decimal 171 203 60 0.16 0 0.70 0.20 73.43 0.58 0.52
Hex AB CB 3C 10 0 46 14 49 3A 34
Octal 253 313 74 20 0 106 24 111 72 64
Binary 10101011 11001011 111100 10000 0 1000110 10100 1001001 111010 110100

Color Harmonies of #ABCB3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB3C

Black with #ABCB3C

Text Example


Text Example

White with #ABCB3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB3C; }

 p { color: rgb(171,203,60); }

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

background-color css

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

 a { background-color: rgb(171,203,60); }

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

border-color css

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

 span { border-color: rgb(171,203,60); }

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