Html Css Color HEX #ABC80A Bahia

📋 copy color: '#ABC80A'

red 171 ◦ green 200 ◦ blue 10

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

Shades of Bahia #ABC80A

Tints of Bahia #ABC80A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.62%

R = 44.88%
G = 52.49%
B = 2.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#ABC80A (or 0xABC80A) is known color: Bahia. HEX triplet: AB, C8 and 0A. RGB value is (171,200,10). Sum of RGB (Red+Green+Blue) = 171+200+10=381 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.88% from 381); Green value is 200 (78.52% from 255 or 52.49% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC80A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC80A is #5437F5. Grayscale: #AAAAAA. Windows color (decimal): -5519350 or 706731. OLE color: 706731.

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

Color convert

RGB 171 200 10 -
CMYK 0.14 0 0.95 0.22
HSL 69.16º 0.9% 0.41% -
HSV(B) 69.16º 0.95% 0.78% -
XYZ 37.5 49.99 7.96 -
YUV 169.67 37.89 128.95 -
System Red Green Blue C M Y K H S L
Decimal 171 200 10 0.14 0 0.95 0.22 69.16 0.9 0.41
Hex AB C8 A E 0 5F 16 45 5A 29
Octal 253 310 12 16 0 137 26 105 132 51
Binary 10101011 11001000 1010 1110 0 1011111 10110 1000101 1011010 101001

Color Harmonies of #ABC80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC80A

Black with #ABC80A

Text Example


Text Example

White with #ABC80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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