Html Css Color HEX #ABC60C Bahia

📋 copy color: '#ABC60C'

red 171 ◦ green 198 ◦ blue 12

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

Shades of Bahia #ABC60C

Tints of Bahia #ABC60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.97%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 44.88%
G = 51.97%
B = 3.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#ABC60C (or 0xABC60C) is known color: Bahia. HEX triplet: AB, C6 and 0C. RGB value is (171,198,12). Sum of RGB (Red+Green+Blue) = 171+198+12=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 198 (77.73% from 255 or 51.97% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC60C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC60C is #5439F3. Grayscale: #A9A9A9. Windows color (decimal): -5519860 or 837291. OLE color: 837291.

HSL color Cylindrical-coordinate representation of color #ABC60C: hue angle of 68.71º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ABC60C is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 198 12 -
CMYK 0.14 0 0.94 0.22
HSL 68.71º 0.89% 0.41% -
HSV(B) 68.71º 0.94% 0.78% -
XYZ 37.06 49.07 7.87 -
YUV 168.72 39.55 129.62 -
System Red Green Blue C M Y K H S L
Decimal 171 198 12 0.14 0 0.94 0.22 68.71 0.89 0.41
Hex AB C6 C E 0 5E 16 45 59 29
Octal 253 306 14 16 0 136 26 105 131 51
Binary 10101011 11000110 1100 1110 0 1011110 10110 1000101 1011001 101001

Color Harmonies of #ABC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC60C

Black with #ABC60C

Text Example


Text Example

White with #ABC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC60C; }

 p { color: rgb(171,198,12); }

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

background-color css

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

 a { background-color: rgb(171,198,12); }

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

border-color css

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

 span { border-color: rgb(171,198,12); }

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