Html Css Color HEX #ABC417 Bahia

📋 copy color: '#ABC417'

red 171 ◦ green 196 ◦ blue 23

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

Shades of Bahia #ABC417

Tints of Bahia #ABC417

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.26%

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

R = 43.85%
G = 50.26%
B = 5.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#ABC417 (or 0xABC417) is known color: Bahia. HEX triplet: AB, C4 and 17. RGB value is (171,196,23). Sum of RGB (Red+Green+Blue) = 171+196+23=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC417 is #543BE8. Grayscale: #A9A9A9. Windows color (decimal): -5520361 or 1557675. OLE color: 1557675.

HSL color Cylindrical-coordinate representation of color #ABC417: hue angle of 68.67º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC417 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 23 -
CMYK 0.13 0 0.88 0.23
HSL 68.67º 0.79% 0.43% -
HSV(B) 68.67º 0.88% 0.77% -
XYZ 36.69 48.2 8.18 -
YUV 168.8 45.72 129.57 -
System Red Green Blue C M Y K H S L
Decimal 171 196 23 0.13 0 0.88 0.23 68.67 0.79 0.43
Hex AB C4 17 D 0 58 17 45 4F 2B
Octal 253 304 27 15 0 130 27 105 117 53
Binary 10101011 11000100 10111 1101 0 1011000 10111 1000101 1001111 101011

Color Harmonies of #ABC417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC417

Black with #ABC417

Text Example


Text Example

White with #ABC417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC417; }

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

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

background-color css

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

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

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

border-color css

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

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

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