Html Css Color HEX #ABCA19 Bahia

📋 copy color: '#ABCA19'

red 171 ◦ green 202 ◦ blue 25

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

Shades of Bahia #ABCA19

Tints of Bahia #ABCA19

RGB

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

 GREEN value IS 202 (79.3% from 255) = 50.75%

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

R = 42.96%
G = 50.75%
B = 6.28%

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

#ABCA19 (or 0xABCA19) is known color: Bahia. HEX triplet: AB, CA and 19. RGB value is (171,202,25). Sum of RGB (Red+Green+Blue) = 171+202+25=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 202 (79.30% from 255 or 50.75% from 398); Blue value is 25 (10.16% from 255 or 6.28% from 398); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCA19 is #5435E6. Grayscale: #ADADAD. Windows color (decimal): -5518823 or 1690283. OLE color: 1690283.

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

Color convert

RGB 171 202 25 -
CMYK 0.15 0 0.88 0.21
HSL 70.51º 0.78% 0.45% -
HSV(B) 70.51º 0.88% 0.79% -
XYZ 38.09 50.97 8.75 -
YUV 172.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 171 202 25 0.15 0 0.88 0.21 70.51 0.78 0.45
Hex AB CA 19 F 0 58 15 47 4E 2D
Octal 253 312 31 17 0 130 25 107 116 55
Binary 10101011 11001010 11001 1111 0 1011000 10101 1000111 1001110 101101

Color Harmonies of #ABCA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA19

Black with #ABCA19

Text Example


Text Example

White with #ABCA19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA19; }

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

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

background-color css

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

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

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

border-color css

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

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

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