Html Css Color HEX #ABC919 Bahia

📋 copy color: '#ABC919'

red 171 ◦ green 201 ◦ blue 25

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

Shades of Bahia #ABC919

Tints of Bahia #ABC919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.63%

 BLUE value IS 25 (10.16% from 255) = 6.3%

R = 43.07%
G = 50.63%
B = 6.3%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#ABC919 (or 0xABC919) is known color: Bahia. HEX triplet: AB, C9 and 19. RGB value is (171,201,25). Sum of RGB (Red+Green+Blue) = 171+201+25=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 201 (78.91% from 255 or 50.63% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC919 is #5436E6. Grayscale: #ACACAC. Windows color (decimal): -5519079 or 1690027. OLE color: 1690027.

HSL color Cylindrical-coordinate representation of color #ABC919: hue angle of 70.23º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC919 is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 201 25 -
CMYK 0.15 0 0.88 0.21
HSL 70.23º 0.78% 0.44% -
HSV(B) 70.23º 0.88% 0.79% -
XYZ 37.86 50.5 8.67 -
YUV 171.97 45.06 127.31 -
System Red Green Blue C M Y K H S L
Decimal 171 201 25 0.15 0 0.88 0.21 70.23 0.78 0.44
Hex AB C9 19 F 0 58 15 46 4E 2C
Octal 253 311 31 17 0 130 25 106 116 54
Binary 10101011 11001001 11001 1111 0 1011000 10101 1000110 1001110 101100

Color Harmonies of #ABC919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC919

Black with #ABC919

Text Example


Text Example

White with #ABC919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC919; }

 p { color: rgb(171,201,25); }

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

background-color css

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

 a { background-color: rgb(171,201,25); }

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

border-color css

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

 span { border-color: rgb(171,201,25); }

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