Html Css Color HEX #ABC118 Bahia

📋 copy color: '#ABC118'

red 171 ◦ green 193 ◦ blue 24

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

Shades of Bahia #ABC118

Tints of Bahia #ABC118

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.74%

 BLUE value IS 24 (9.77% from 255) = 6.19%

R = 44.07%
G = 49.74%
B = 6.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#ABC118 (or 0xABC118) is known color: Bahia. HEX triplet: AB, C1 and 18. RGB value is (171,193,24). Sum of RGB (Red+Green+Blue) = 171+193+24=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 193 (75.78% from 255 or 49.74% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC118 is #543EE7. Grayscale: #A7A7A7. Windows color (decimal): -5521128 or 1622443. OLE color: 1622443.

HSL color Cylindrical-coordinate representation of color #ABC118: hue angle of 67.81º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC118 is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 193 24 -
CMYK 0.11 0 0.88 0.24
HSL 67.81º 0.78% 0.43% -
HSV(B) 67.81º 0.88% 0.76% -
XYZ 36.03 46.86 8.01 -
YUV 167.16 47.21 130.74 -
System Red Green Blue C M Y K H S L
Decimal 171 193 24 0.11 0 0.88 0.24 67.81 0.78 0.43
Hex AB C1 18 B 0 58 18 44 4E 2B
Octal 253 301 30 13 0 130 30 104 116 53
Binary 10101011 11000001 11000 1011 0 1011000 11000 1000100 1001110 101011

Color Harmonies of #ABC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC118

Black with #ABC118

Text Example


Text Example

White with #ABC118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC118; }

 p { color: rgb(171,193,24); }

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

background-color css

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

 a { background-color: rgb(171,193,24); }

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

border-color css

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

 span { border-color: rgb(171,193,24); }

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