Html Css Color HEX #ABC619 Bahia

📋 copy color: '#ABC619'

red 171 ◦ green 198 ◦ blue 25

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

Shades of Bahia #ABC619

Tints of Bahia #ABC619

RGB

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

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

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

R = 43.4%
G = 50.25%
B = 6.35%

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

#ABC619 (or 0xABC619) is known color: Bahia. HEX triplet: AB, C6 and 19. RGB value is (171,198,25). Sum of RGB (Red+Green+Blue) = 171+198+25=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC619 is #5439E6. Grayscale: #AAAAAA. Windows color (decimal): -5519847 or 1689259. OLE color: 1689259.

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

Color convert

RGB 171 198 25 -
CMYK 0.14 0 0.87 0.22
HSL 69.36º 0.78% 0.44% -
HSV(B) 69.36º 0.87% 0.78% -
XYZ 37.16 49.12 8.44 -
YUV 170.21 46.05 128.57 -
System Red Green Blue C M Y K H S L
Decimal 171 198 25 0.14 0 0.87 0.22 69.36 0.78 0.44
Hex AB C6 19 E 0 57 16 45 4E 2C
Octal 253 306 31 16 0 127 26 105 116 54
Binary 10101011 11000110 11001 1110 0 1010111 10110 1000101 1001110 101100

Color Harmonies of #ABC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC619

Black with #ABC619

Text Example


Text Example

White with #ABC619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC619; }

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

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

background-color css

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

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

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

border-color css

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

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

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