Html Css Color HEX #ABCB38 Atlantis

📋 copy color: '#ABCB38'

red 171 ◦ green 203 ◦ blue 56

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

Shades of Atlantis #ABCB38

Tints of Atlantis #ABCB38

RGB

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

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

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

R = 39.77%
G = 47.21%
B = 13.02%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#ABCB38 (or 0xABCB38) is known color: Atlantis. HEX triplet: AB, CB and 38. RGB value is (171,203,56). Sum of RGB (Red+Green+Blue) = 171+203+56=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 203 (79.69% from 255 or 47.21% from 430); Blue value is 56 (22.27% from 255 or 13.02% from 430); Max value from RGB is 203 - color contains mainly: green. Hex color #ABCB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCB38 is #5434C7. Grayscale: #B1B1B1. Windows color (decimal): -5518536 or 3722155. OLE color: 3722155.

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

Color convert

RGB 171 203 56 -
CMYK 0.16 0 0.72 0.20
HSL 73.06º 0.59% 0.51% -
HSV(B) 73.06º 0.72% 0.8% -
XYZ 38.86 51.66 11.66 -
YUV 176.67 59.9 123.95 -
System Red Green Blue C M Y K H S L
Decimal 171 203 56 0.16 0 0.72 0.20 73.06 0.59 0.51
Hex AB CB 38 10 0 48 14 49 3B 33
Octal 253 313 70 20 0 110 24 111 73 63
Binary 10101011 11001011 111000 10000 0 1001000 10100 1001001 111011 110011

Color Harmonies of #ABCB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCB38

Black with #ABCB38

Text Example


Text Example

White with #ABCB38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCB38; }

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

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

background-color css

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

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

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

border-color css

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

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

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