Html Css Color HEX #A8C510 Bahia

📋 copy color: '#A8C510'

red 168 ◦ green 197 ◦ blue 16

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

Shades of Bahia #A8C510

Tints of Bahia #A8C510

RGB

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

 GREEN value IS 197 (77.34% from 255) = 51.71%

 BLUE value IS 16 (6.64% from 255) = 4.2%

R = 44.09%
G = 51.71%
B = 4.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#A8C510 (or 0xA8C510) is known color: Bahia. HEX triplet: A8, C5 and 10. RGB value is (168,197,16). Sum of RGB (Red+Green+Blue) = 168+197+16=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 197 (77.34% from 255 or 51.71% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C510 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C510 is #573AEF. Grayscale: #A8A8A8. Windows color (decimal): -5716720 or 1099176. OLE color: 1099176.

HSL color Cylindrical-coordinate representation of color #A8C510: hue angle of 69.61º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8C510 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 197 16 -
CMYK 0.15 0 0.92 0.23
HSL 69.61º 0.85% 0.42% -
HSV(B) 69.61º 0.92% 0.77% -
XYZ 36.21 48.29 7.9 -
YUV 167.7 42.39 128.22 -
System Red Green Blue C M Y K H S L
Decimal 168 197 16 0.15 0 0.92 0.23 69.61 0.85 0.42
Hex A8 C5 10 F 0 5C 17 46 55 2A
Octal 250 305 20 17 0 134 27 106 125 52
Binary 10101000 11000101 10000 1111 0 1011100 10111 1000110 1010101 101010

Color Harmonies of #A8C510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C510

Black with #A8C510

Text Example


Text Example

White with #A8C510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C510; }

 p { color: rgb(168,197,16); }

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

background-color css

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

 a { background-color: rgb(168,197,16); }

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

border-color css

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

 span { border-color: rgb(168,197,16); }

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