Html Css Color HEX #A8C817 Bahia

📋 copy color: '#A8C817'

red 168 ◦ green 200 ◦ blue 23

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

Shades of Bahia #A8C817

Tints of Bahia #A8C817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 51.15%

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

R = 42.97%
G = 51.15%
B = 5.88%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A8C817 (or 0xA8C817) is known color: Bahia. HEX triplet: A8, C8 and 17. RGB value is (168,200,23). Sum of RGB (Red+Green+Blue) = 168+200+23=391 (51% of max value = 765). Red value is 168 (66.02% from 255 or 42.97% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #A8C817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C817 is #5737E8. Grayscale: #AAAAAA. Windows color (decimal): -5715945 or 1558696. OLE color: 1558696.

HSL color Cylindrical-coordinate representation of color #A8C817: hue angle of 70.85º 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 #A8C817 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 200 23 -
CMYK 0.16 0 0.88 0.22
HSL 70.85º 0.79% 0.44% -
HSV(B) 70.85º 0.89% 0.78% -
XYZ 36.96 49.7 8.45 -
YUV 170.25 44.9 126.39 -
System Red Green Blue C M Y K H S L
Decimal 168 200 23 0.16 0 0.88 0.22 70.85 0.79 0.44
Hex A8 C8 17 10 0 58 16 47 4F 2C
Octal 250 310 27 20 0 130 26 107 117 54
Binary 10101000 11001000 10111 10000 0 1011000 10110 1000111 1001111 101100

Color Harmonies of #A8C817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C817

Black with #A8C817

Text Example


Text Example

White with #A8C817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C817; }

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

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

background-color css

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

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

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

border-color css

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

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

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