Html Css Color HEX #ABC61A Bahia

📋 copy color: '#ABC61A'

red 171 ◦ green 198 ◦ blue 26

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

Shades of Bahia #ABC61A

Tints of Bahia #ABC61A

RGB

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

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

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

R = 43.29%
G = 50.13%
B = 6.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#ABC61A (or 0xABC61A) is known color: Bahia. HEX triplet: AB, C6 and 1A. RGB value is (171,198,26). Sum of RGB (Red+Green+Blue) = 171+198+26=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC61A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC61A is #5439E5. Grayscale: #AAAAAA. Windows color (decimal): -5519846 or 1754795. OLE color: 1754795.

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

Color convert

RGB 171 198 26 -
CMYK 0.14 0 0.87 0.22
HSL 69.42º 0.77% 0.44% -
HSV(B) 69.42º 0.87% 0.78% -
XYZ 37.18 49.12 8.5 -
YUV 170.32 46.55 128.49 -
System Red Green Blue C M Y K H S L
Decimal 171 198 26 0.14 0 0.87 0.22 69.42 0.77 0.44
Hex AB C6 1A E 0 57 16 45 4D 2C
Octal 253 306 32 16 0 127 26 105 115 54
Binary 10101011 11000110 11010 1110 0 1010111 10110 1000101 1001101 101100

Color Harmonies of #ABC61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC61A

Black with #ABC61A

Text Example


Text Example

White with #ABC61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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