Html Css Color HEX #ABC717 Bahia

📋 copy color: '#ABC717'

red 171 ◦ green 199 ◦ blue 23

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

Shades of Bahia #ABC717

Tints of Bahia #ABC717

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.64%

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

R = 43.51%
G = 50.64%
B = 5.85%

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

#ABC717 (or 0xABC717) is known color: Bahia. HEX triplet: AB, C7 and 17. RGB value is (171,199,23). Sum of RGB (Red+Green+Blue) = 171+199+23=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC717 is #5438E8. Grayscale: #ABABAB. Windows color (decimal): -5519593 or 1558443. OLE color: 1558443.

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

Color convert

RGB 171 199 23 -
CMYK 0.14 0 0.88 0.22
HSL 69.55º 0.79% 0.44% -
HSV(B) 69.55º 0.88% 0.78% -
XYZ 37.37 49.57 8.41 -
YUV 170.56 44.72 128.31 -
System Red Green Blue C M Y K H S L
Decimal 171 199 23 0.14 0 0.88 0.22 69.55 0.79 0.44
Hex AB C7 17 E 0 58 16 46 4F 2C
Octal 253 307 27 16 0 130 26 106 117 54
Binary 10101011 11000111 10111 1110 0 1011000 10110 1000110 1001111 101100

Color Harmonies of #ABC717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC717

Black with #ABC717

Text Example


Text Example

White with #ABC717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC717; }

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

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

background-color css

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

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

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

border-color css

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

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

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