Html Css Color HEX #ABC120 Bahia

📋 copy color: '#ABC120'

red 171 ◦ green 193 ◦ blue 32

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

Shades of Bahia #ABC120

Tints of Bahia #ABC120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.08%

R = 43.18%
G = 48.74%
B = 8.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#ABC120 (or 0xABC120) is known color: Bahia. HEX triplet: AB, C1 and 20. RGB value is (171,193,32). Sum of RGB (Red+Green+Blue) = 171+193+32=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 193 (75.78% from 255 or 48.74% from 396); Blue value is 32 (12.89% from 255 or 8.08% from 396); Max value from RGB is 193 - color contains mainly: green. Hex color #ABC120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC120 is #543EDF. Grayscale: #A8A8A8. Windows color (decimal): -5521120 or 2146731. OLE color: 2146731.

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

Color convert

RGB 171 193 32 -
CMYK 0.11 0 0.83 0.24
HSL 68.2º 0.72% 0.44% -
HSV(B) 68.2º 0.83% 0.76% -
XYZ 36.13 46.9 8.52 -
YUV 168.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 171 193 32 0.11 0 0.83 0.24 68.2 0.72 0.44
Hex AB C1 20 B 0 53 18 44 48 2C
Octal 253 301 40 13 0 123 30 104 110 54
Binary 10101011 11000001 100000 1011 0 1010011 11000 1000100 1001000 101100

Color Harmonies of #ABC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC120

Black with #ABC120

Text Example


Text Example

White with #ABC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC120; }

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

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

background-color css

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

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

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

border-color css

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

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

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