Html Css Color HEX #ABCA16 Bahia

📋 copy color: '#ABCA16'

red 171 ◦ green 202 ◦ blue 22

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

Shades of Bahia #ABCA16

Tints of Bahia #ABCA16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.57%

R = 43.29%
G = 51.14%
B = 5.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#ABCA16 (or 0xABCA16) is known color: Bahia. HEX triplet: AB, CA and 16. RGB value is (171,202,22). Sum of RGB (Red+Green+Blue) = 171+202+22=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA16 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCA16 is #5435E9. Grayscale: #ACACAC. Windows color (decimal): -5518826 or 1493675. OLE color: 1493675.

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

Color convert

RGB 171 202 22 -
CMYK 0.15 0 0.89 0.21
HSL 70.33º 0.8% 0.44% -
HSV(B) 70.33º 0.89% 0.79% -
XYZ 38.06 50.96 8.59 -
YUV 172.21 43.23 127.14 -
System Red Green Blue C M Y K H S L
Decimal 171 202 22 0.15 0 0.89 0.21 70.33 0.8 0.44
Hex AB CA 16 F 0 59 15 46 50 2C
Octal 253 312 26 17 0 131 25 106 120 54
Binary 10101011 11001010 10110 1111 0 1011001 10101 1000110 1010000 101100

Color Harmonies of #ABCA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA16

Black with #ABCA16

Text Example


Text Example

White with #ABCA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA16; }

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

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

background-color css

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

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

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

border-color css

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

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

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