Html Css Color HEX #ABC617 Bahia

📋 copy color: '#ABC617'

red 171 ◦ green 198 ◦ blue 23

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

Shades of Bahia #ABC617

Tints of Bahia #ABC617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.51%

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

R = 43.62%
G = 50.51%
B = 5.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#ABC617 (or 0xABC617) is known color: Bahia. HEX triplet: AB, C6 and 17. RGB value is (171,198,23). Sum of RGB (Red+Green+Blue) = 171+198+23=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #ABC617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC617 is #5439E8. Grayscale: #AAAAAA. Windows color (decimal): -5519849 or 1558187. OLE color: 1558187.

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

Color convert

RGB 171 198 23 -
CMYK 0.14 0 0.88 0.22
HSL 69.26º 0.79% 0.43% -
HSV(B) 69.26º 0.88% 0.78% -
XYZ 37.14 49.11 8.33 -
YUV 169.98 45.05 128.73 -
System Red Green Blue C M Y K H S L
Decimal 171 198 23 0.14 0 0.88 0.22 69.26 0.79 0.43
Hex AB C6 17 E 0 58 16 45 4F 2B
Octal 253 306 27 16 0 130 26 105 117 53
Binary 10101011 11000110 10111 1110 0 1011000 10110 1000101 1001111 101011

Color Harmonies of #ABC617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC617

Black with #ABC617

Text Example


Text Example

White with #ABC617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC617; }

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

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

background-color css

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

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

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

border-color css

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

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

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