Html Css Color HEX #A8C317 Bahia

📋 copy color: '#A8C317'

red 168 ◦ green 195 ◦ blue 23

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

Shades of Bahia #A8C317

Tints of Bahia #A8C317

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.52%

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

R = 43.52%
G = 50.52%
B = 5.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#A8C317 (or 0xA8C317) is known color: Bahia. HEX triplet: A8, C3 and 17. RGB value is (168,195,23). Sum of RGB (Red+Green+Blue) = 168+195+23=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 23 (9.38% from 255 or 5.96% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C317 is #573CE8. Grayscale: #A7A7A7. Windows color (decimal): -5717225 or 1557416. OLE color: 1557416.

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

Color convert

RGB 168 195 23 -
CMYK 0.14 0 0.88 0.24
HSL 69.42º 0.79% 0.43% -
HSV(B) 69.42º 0.88% 0.76% -
XYZ 35.82 47.42 8.08 -
YUV 167.32 46.55 128.49 -
System Red Green Blue C M Y K H S L
Decimal 168 195 23 0.14 0 0.88 0.24 69.42 0.79 0.43
Hex A8 C3 17 E 0 58 18 45 4F 2B
Octal 250 303 27 16 0 130 30 105 117 53
Binary 10101000 11000011 10111 1110 0 1011000 11000 1000101 1001111 101011

Color Harmonies of #A8C317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C317

Black with #A8C317

Text Example


Text Example

White with #A8C317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C317; }

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

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

background-color css

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

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

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

border-color css

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

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

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