Html Css Color HEX #ABC60E Bahia

📋 copy color: '#ABC60E'

red 171 ◦ green 198 ◦ blue 14

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

Shades of Bahia #ABC60E

Tints of Bahia #ABC60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 44.65%
G = 51.7%
B = 3.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#ABC60E (or 0xABC60E) is known color: Bahia. HEX triplet: AB, C6 and 0E. RGB value is (171,198,14). Sum of RGB (Red+Green+Blue) = 171+198+14=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 198 (77.73% from 255 or 51.70% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC60E is #5439F1. Grayscale: #A9A9A9. Windows color (decimal): -5519858 or 968363. OLE color: 968363.

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

Color convert

RGB 171 198 14 -
CMYK 0.14 0 0.93 0.22
HSL 68.8º 0.87% 0.42% -
HSV(B) 68.8º 0.93% 0.78% -
XYZ 37.07 49.08 7.93 -
YUV 168.95 40.55 129.46 -
System Red Green Blue C M Y K H S L
Decimal 171 198 14 0.14 0 0.93 0.22 68.8 0.87 0.42
Hex AB C6 E E 0 5D 16 45 57 2A
Octal 253 306 16 16 0 135 26 105 127 52
Binary 10101011 11000110 1110 1110 0 1011101 10110 1000101 1010111 101010

Color Harmonies of #ABC60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC60E

Black with #ABC60E

Text Example


Text Example

White with #ABC60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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