Html Css Color HEX #ABCA20 Bahia

📋 copy color: '#ABCA20'

red 171 ◦ green 202 ◦ blue 32

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

Shades of Bahia #ABCA20

Tints of Bahia #ABCA20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.9%

R = 42.22%
G = 49.88%
B = 7.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#ABCA20 (or 0xABCA20) is known color: Bahia. HEX triplet: AB, CA and 20. RGB value is (171,202,32). Sum of RGB (Red+Green+Blue) = 171+202+32=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 202 (79.30% from 255 or 49.88% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCA20 is #5435DF. Grayscale: #AEAEAE. Windows color (decimal): -5518816 or 2149035. OLE color: 2149035.

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

Color convert

RGB 171 202 32 -
CMYK 0.15 0 0.84 0.21
HSL 70.94º 0.73% 0.46% -
HSV(B) 70.94º 0.84% 0.79% -
XYZ 38.18 51 9.2 -
YUV 173.35 48.23 126.32 -
System Red Green Blue C M Y K H S L
Decimal 171 202 32 0.15 0 0.84 0.21 70.94 0.73 0.46
Hex AB CA 20 F 0 54 15 47 49 2E
Octal 253 312 40 17 0 124 25 107 111 56
Binary 10101011 11001010 100000 1111 0 1010100 10101 1000111 1001001 101110

Color Harmonies of #ABCA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA20

Black with #ABCA20

Text Example


Text Example

White with #ABCA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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