Html Css Color HEX #A8C213 Bahia

📋 copy color: '#A8C213'

red 168 ◦ green 194 ◦ blue 19

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

Shades of Bahia #A8C213

Tints of Bahia #A8C213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.99%

R = 44.09%
G = 50.92%
B = 4.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#A8C213 (or 0xA8C213) is known color: Bahia. HEX triplet: A8, C2 and 13. RGB value is (168,194,19). Sum of RGB (Red+Green+Blue) = 168+194+19=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 19 (7.81% from 255 or 4.99% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #A8C213 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C213 is #573DEC. Grayscale: #A6A6A6. Windows color (decimal): -5717485 or 1295016. OLE color: 1295016.

HSL color Cylindrical-coordinate representation of color #A8C213: hue angle of 68.91º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8C213 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 194 19 -
CMYK 0.13 0 0.90 0.24
HSL 68.91º 0.82% 0.42% -
HSV(B) 68.91º 0.9% 0.76% -
XYZ 35.56 46.96 7.81 -
YUV 166.28 44.89 129.23 -
System Red Green Blue C M Y K H S L
Decimal 168 194 19 0.13 0 0.90 0.24 68.91 0.82 0.42
Hex A8 C2 13 D 0 5A 18 45 52 2A
Octal 250 302 23 15 0 132 30 105 122 52
Binary 10101000 11000010 10011 1101 0 1011010 11000 1000101 1010010 101010

Color Harmonies of #A8C213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C213

Black with #A8C213

Text Example


Text Example

White with #A8C213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C213; }

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

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

background-color css

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

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

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

border-color css

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

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

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