Html Css Color HEX #A8C210 Bahia

📋 copy color: '#A8C210'

red 168 ◦ green 194 ◦ blue 16

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

Shades of Bahia #A8C210

Tints of Bahia #A8C210

RGB

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

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

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

R = 44.44%
G = 51.32%
B = 4.23%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A8C210 (or 0xA8C210) is known color: Bahia. HEX triplet: A8, C2 and 10. RGB value is (168,194,16). Sum of RGB (Red+Green+Blue) = 168+194+16=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 16 (6.64% from 255 or 4.23% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C210 is #573DEF. Grayscale: #A6A6A6. Windows color (decimal): -5717488 or 1098408. OLE color: 1098408.

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

Color convert

RGB 168 194 16 -
CMYK 0.13 0 0.92 0.24
HSL 68.76º 0.85% 0.41% -
HSV(B) 68.76º 0.92% 0.76% -
XYZ 35.53 46.95 7.68 -
YUV 165.93 43.39 129.47 -
System Red Green Blue C M Y K H S L
Decimal 168 194 16 0.13 0 0.92 0.24 68.76 0.85 0.41
Hex A8 C2 10 D 0 5C 18 45 55 29
Octal 250 302 20 15 0 134 30 105 125 51
Binary 10101000 11000010 10000 1101 0 1011100 11000 1000101 1010101 101001

Color Harmonies of #A8C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C210

Black with #A8C210

Text Example


Text Example

White with #A8C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C210; }

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

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

background-color css

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

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

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

border-color css

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

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

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