Html Css Color HEX #ABCA17 Bahia

📋 copy color: '#ABCA17'

red 171 ◦ green 202 ◦ blue 23

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

Shades of Bahia #ABCA17

Tints of Bahia #ABCA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.81%

R = 43.18%
G = 51.01%
B = 5.81%

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

#ABCA17 (or 0xABCA17) is known color: Bahia. HEX triplet: AB, CA and 17. RGB value is (171,202,23). Sum of RGB (Red+Green+Blue) = 171+202+23=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABCA17 is #5435E8. Grayscale: #ADADAD. Windows color (decimal): -5518825 or 1559211. OLE color: 1559211.

HSL color Cylindrical-coordinate representation of color #ABCA17: hue angle of 70.39º 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 #ABCA17 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 23 -
CMYK 0.15 0 0.89 0.21
HSL 70.39º 0.8% 0.44% -
HSV(B) 70.39º 0.89% 0.79% -
XYZ 38.07 50.96 8.64 -
YUV 172.33 43.73 127.05 -
System Red Green Blue C M Y K H S L
Decimal 171 202 23 0.15 0 0.89 0.21 70.39 0.8 0.44
Hex AB CA 17 F 0 59 15 46 50 2C
Octal 253 312 27 17 0 131 25 106 120 54
Binary 10101011 11001010 10111 1111 0 1011001 10101 1000110 1010000 101100

Color Harmonies of #ABCA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA17

Black with #ABCA17

Text Example


Text Example

White with #ABCA17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA17; }

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

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

background-color css

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

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

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

border-color css

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

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

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