Html Css Color HEX #ABCB41 Atlantis

📋 copy color: '#ABCB41'

red 171 ◦ green 203 ◦ blue 65

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

Shades of Atlantis #ABCB41

Tints of Atlantis #ABCB41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.81%

R = 38.95%
G = 46.24%
B = 14.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#ABCB41 (or 0xABCB41) is known color: Atlantis. HEX triplet: AB, CB and 41. RGB value is (171,203,65). Sum of RGB (Red+Green+Blue) = 171+203+65=439 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.95% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 65 (25.78% from 255 or 14.81% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB41 is #5434BE. Grayscale: #B2B2B2. Windows color (decimal): -5518527 or 4311979. OLE color: 4311979.

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

Color convert

RGB 171 203 65 -
CMYK 0.16 0 0.68 0.20
HSL 73.91º 0.57% 0.53% -
HSV(B) 73.91º 0.68% 0.8% -
XYZ 39.1 51.75 12.93 -
YUV 177.7 64.4 123.22 -
System Red Green Blue C M Y K H S L
Decimal 171 203 65 0.16 0 0.68 0.20 73.91 0.57 0.53
Hex AB CB 41 10 0 44 14 4A 39 35
Octal 253 313 101 20 0 104 24 112 71 65
Binary 10101011 11001011 1000001 10000 0 1000100 10100 1001010 111001 110101

Color Harmonies of #ABCB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB41

Black with #ABCB41

Text Example


Text Example

White with #ABCB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB41; }

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

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

background-color css

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

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

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

border-color css

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

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

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