Html Css Color HEX #A8C218 Bahia

📋 copy color: '#A8C218'

red 168 ◦ green 194 ◦ blue 24

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

Shades of Bahia #A8C218

Tints of Bahia #A8C218

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

 BLUE value IS 24 (9.77% from 255) = 6.22%

R = 43.52%
G = 50.26%
B = 6.22%

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

#A8C218 (or 0xA8C218) is known color: Bahia. HEX triplet: A8, C2 and 18. RGB value is (168,194,24). Sum of RGB (Red+Green+Blue) = 168+194+24=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C218 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C218 is #573DE7. Grayscale: #A7A7A7. Windows color (decimal): -5717480 or 1622696. OLE color: 1622696.

HSL color Cylindrical-coordinate representation of color #A8C218: hue angle of 69.18º degrees, saturation: 0.78, 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 #A8C218 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 24 -
CMYK 0.13 0 0.88 0.24
HSL 69.18º 0.78% 0.43% -
HSV(B) 69.18º 0.88% 0.76% -
XYZ 35.61 46.97 8.05 -
YUV 166.85 47.39 128.82 -
System Red Green Blue C M Y K H S L
Decimal 168 194 24 0.13 0 0.88 0.24 69.18 0.78 0.43
Hex A8 C2 18 D 0 58 18 45 4E 2B
Octal 250 302 30 15 0 130 30 105 116 53
Binary 10101000 11000010 11000 1101 0 1011000 11000 1000101 1001110 101011

Color Harmonies of #A8C218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C218

Black with #A8C218

Text Example


Text Example

White with #A8C218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C218; }

 p { color: rgb(168,194,24); }

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

background-color css

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

 a { background-color: rgb(168,194,24); }

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

border-color css

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

 span { border-color: rgb(168,194,24); }

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