Html Css Color HEX #A8C117 Bahia

📋 copy color: '#A8C117'

red 168 ◦ green 193 ◦ blue 23

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

Shades of Bahia #A8C117

Tints of Bahia #A8C117

RGB

 RED value IS 168 (66.02% from 255) = 43.75%

 GREEN value IS 193 (75.78% from 255) = 50.26%

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

R = 43.75%
G = 50.26%
B = 5.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#A8C117 (or 0xA8C117) is known color: Bahia. HEX triplet: A8, C1 and 17. RGB value is (168,193,23). Sum of RGB (Red+Green+Blue) = 168+193+23=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 23 (9.38% from 255 or 5.99% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C117 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C117 is #573EE8. Grayscale: #A6A6A6. Windows color (decimal): -5717737 or 1556904. OLE color: 1556904.

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

Color convert

RGB 168 193 23 -
CMYK 0.13 0 0.88 0.24
HSL 68.82º 0.79% 0.42% -
HSV(B) 68.82º 0.88% 0.76% -
XYZ 35.37 46.53 7.93 -
YUV 166.15 47.22 129.32 -
System Red Green Blue C M Y K H S L
Decimal 168 193 23 0.13 0 0.88 0.24 68.82 0.79 0.42
Hex A8 C1 17 D 0 58 18 45 4F 2A
Octal 250 301 27 15 0 130 30 105 117 52
Binary 10101000 11000001 10111 1101 0 1011000 11000 1000101 1001111 101010

Color Harmonies of #A8C117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C117

Black with #A8C117

Text Example


Text Example

White with #A8C117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C117; }

 p { color: rgb(168,193,23); }

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

background-color css

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

 a { background-color: rgb(168,193,23); }

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

border-color css

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

 span { border-color: rgb(168,193,23); }

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