Html Css Color HEX #ABCB3D Atlantis

📋 copy color: '#ABCB3D'

red 171 ◦ green 203 ◦ blue 61

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

Shades of Atlantis #ABCB3D

Tints of Atlantis #ABCB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 39.31%
G = 46.67%
B = 14.02%

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

#ABCB3D (or 0xABCB3D) is known color: Atlantis. HEX triplet: AB, CB and 3D. RGB value is (171,203,61). Sum of RGB (Red+Green+Blue) = 171+203+61=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB3D is #5434C2. Grayscale: #B1B1B1. Windows color (decimal): -5518531 or 4049835. OLE color: 4049835.

HSL color Cylindrical-coordinate representation of color #ABCB3D: hue angle of 73.52º 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 #ABCB3D is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 203 61 -
CMYK 0.16 0 0.70 0.20
HSL 73.52º 0.58% 0.52% -
HSV(B) 73.52º 0.7% 0.8% -
XYZ 38.99 51.71 12.34 -
YUV 177.24 62.4 123.55 -
System Red Green Blue C M Y K H S L
Decimal 171 203 61 0.16 0 0.70 0.20 73.52 0.58 0.52
Hex AB CB 3D 10 0 46 14 4A 3A 34
Octal 253 313 75 20 0 106 24 112 72 64
Binary 10101011 11001011 111101 10000 0 1000110 10100 1001010 111010 110100

Color Harmonies of #ABCB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB3D

Black with #ABCB3D

Text Example


Text Example

White with #ABCB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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