Html Css Color HEX #ABC81A Bahia

📋 copy color: '#ABC81A'

red 171 ◦ green 200 ◦ blue 26

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

Shades of Bahia #ABC81A

Tints of Bahia #ABC81A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 50.38%

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

R = 43.07%
G = 50.38%
B = 6.55%

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

#ABC81A (or 0xABC81A) is known color: Bahia. HEX triplet: AB, C8 and 1A. RGB value is (171,200,26). Sum of RGB (Red+Green+Blue) = 171+200+26=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 200 (78.52% from 255 or 50.38% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC81A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC81A is #5437E5. Grayscale: #ACACAC. Windows color (decimal): -5519334 or 1755307. OLE color: 1755307.

HSL color Cylindrical-coordinate representation of color #ABC81A: hue angle of 70º 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 #ABC81A is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 200 26 -
CMYK 0.14 0 0.87 0.22
HSL 70º 0.77% 0.44% -
HSV(B) 70º 0.87% 0.78% -
XYZ 37.64 50.04 8.65 -
YUV 171.49 45.89 127.65 -
System Red Green Blue C M Y K H S L
Decimal 171 200 26 0.14 0 0.87 0.22 70 0.77 0.44
Hex AB C8 1A E 0 57 16 46 4D 2C
Octal 253 310 32 16 0 127 26 106 115 54
Binary 10101011 11001000 11010 1110 0 1010111 10110 1000110 1001101 101100

Color Harmonies of #ABC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC81A

Black with #ABC81A

Text Example


Text Example

White with #ABC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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