Html Css Color HEX #ABC50E Bahia

📋 copy color: '#ABC50E'

red 171 ◦ green 197 ◦ blue 14

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

Shades of Bahia #ABC50E

Tints of Bahia #ABC50E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.57%

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

R = 44.76%
G = 51.57%
B = 3.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#ABC50E (or 0xABC50E) is known color: Bahia. HEX triplet: AB, C5 and 0E. RGB value is (171,197,14). Sum of RGB (Red+Green+Blue) = 171+197+14=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 197 (77.34% from 255 or 51.57% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC50E is #543AF1. Grayscale: #A9A9A9. Windows color (decimal): -5520114 or 968107. OLE color: 968107.

HSL color Cylindrical-coordinate representation of color #ABC50E: hue angle of 68.52º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABC50E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 14 -
CMYK 0.13 0 0.93 0.23
HSL 68.52º 0.87% 0.41% -
HSV(B) 68.52º 0.93% 0.77% -
XYZ 36.84 48.62 7.86 -
YUV 168.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 171 197 14 0.13 0 0.93 0.23 68.52 0.87 0.41
Hex AB C5 E D 0 5D 17 45 57 29
Octal 253 305 16 15 0 135 27 105 127 51
Binary 10101011 11000101 1110 1101 0 1011101 10111 1000101 1010111 101001

Color Harmonies of #ABC50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC50E

Black with #ABC50E

Text Example


Text Example

White with #ABC50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC50E; }

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

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

background-color css

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

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

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

border-color css

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

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

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