Html Css Color HEX #ABC12C Bahia

📋 copy color: '#ABC12C'

red 171 ◦ green 193 ◦ blue 44

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

Shades of Bahia #ABC12C

Tints of Bahia #ABC12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.78%

R = 41.91%
G = 47.3%
B = 10.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ABC12C (or 0xABC12C) is known color: Bahia. HEX triplet: AB, C1 and 2C. RGB value is (171,193,44). Sum of RGB (Red+Green+Blue) = 171+193+44=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 44 (17.58% from 255 or 10.78% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC12C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC12C is #543ED3. Grayscale: #AAAAAA. Windows color (decimal): -5521108 or 2933163. OLE color: 2933163.

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

Color convert

RGB 171 193 44 -
CMYK 0.11 0 0.77 0.24
HSL 68.86º 0.63% 0.46% -
HSV(B) 68.86º 0.77% 0.76% -
XYZ 36.32 46.98 9.54 -
YUV 169.44 57.21 129.12 -
System Red Green Blue C M Y K H S L
Decimal 171 193 44 0.11 0 0.77 0.24 68.86 0.63 0.46
Hex AB C1 2C B 0 4D 18 45 3F 2E
Octal 253 301 54 13 0 115 30 105 77 56
Binary 10101011 11000001 101100 1011 0 1001101 11000 1000101 111111 101110

Color Harmonies of #ABC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC12C

Black with #ABC12C

Text Example


Text Example

White with #ABC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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