Html Css Color HEX #ABC112 Bahia

📋 copy color: '#ABC112'

red 171 ◦ green 193 ◦ blue 18

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

Shades of Bahia #ABC112

Tints of Bahia #ABC112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.71%

R = 44.76%
G = 50.52%
B = 4.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#ABC112 (or 0xABC112) is known color: Bahia. HEX triplet: AB, C1 and 12. RGB value is (171,193,18). Sum of RGB (Red+Green+Blue) = 171+193+18=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 193 (75.78% from 255 or 50.52% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC112 is #543EED. Grayscale: #A7A7A7. Windows color (decimal): -5521134 or 1229227. OLE color: 1229227.

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

Color convert

RGB 171 193 18 -
CMYK 0.11 0 0.91 0.24
HSL 67.54º 0.83% 0.41% -
HSV(B) 67.54º 0.91% 0.76% -
XYZ 35.97 46.84 7.72 -
YUV 166.47 44.21 131.23 -
System Red Green Blue C M Y K H S L
Decimal 171 193 18 0.11 0 0.91 0.24 67.54 0.83 0.41
Hex AB C1 12 B 0 5B 18 44 53 29
Octal 253 301 22 13 0 133 30 104 123 51
Binary 10101011 11000001 10010 1011 0 1011011 11000 1000100 1010011 101001

Color Harmonies of #ABC112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC112

Black with #ABC112

Text Example


Text Example

White with #ABC112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC112; }

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

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

background-color css

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

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

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

border-color css

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

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

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