Html Css Color HEX #ABC21A Bahia

📋 copy color: '#ABC21A'

red 171 ◦ green 194 ◦ blue 26

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

Shades of Bahia #ABC21A

Tints of Bahia #ABC21A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.62%

 BLUE value IS 26 (10.55% from 255) = 6.65%

R = 43.73%
G = 49.62%
B = 6.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#ABC21A (or 0xABC21A) is known color: Bahia. HEX triplet: AB, C2 and 1A. RGB value is (171,194,26). Sum of RGB (Red+Green+Blue) = 171+194+26=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 194 (76.17% from 255 or 49.62% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC21A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC21A is #543DE5. Grayscale: #A8A8A8. Windows color (decimal): -5520870 or 1753771. OLE color: 1753771.

HSL color Cylindrical-coordinate representation of color #ABC21A: hue angle of 68.21º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABC21A is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 26 -
CMYK 0.12 0 0.87 0.24
HSL 68.21º 0.76% 0.43% -
HSV(B) 68.21º 0.87% 0.76% -
XYZ 36.27 47.32 8.2 -
YUV 167.97 47.88 130.16 -
System Red Green Blue C M Y K H S L
Decimal 171 194 26 0.12 0 0.87 0.24 68.21 0.76 0.43
Hex AB C2 1A C 0 57 18 44 4C 2B
Octal 253 302 32 14 0 127 30 104 114 53
Binary 10101011 11000010 11010 1100 0 1010111 11000 1000100 1001100 101011

Color Harmonies of #ABC21A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC21A

Black with #ABC21A

Text Example


Text Example

White with #ABC21A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC21A; }

 p { color: rgb(171,194,26); }

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

background-color css

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

 a { background-color: rgb(171,194,26); }

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

border-color css

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

 span { border-color: rgb(171,194,26); }

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