Html Css Color HEX #A8C013 Bahia

📋 copy color: '#A8C013'

red 168 ◦ green 192 ◦ blue 19

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

Shades of Bahia #A8C013

Tints of Bahia #A8C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

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

R = 44.33%
G = 50.66%
B = 5.01%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#A8C013 (or 0xA8C013) is known color: Bahia. HEX triplet: A8, C0 and 13. RGB value is (168,192,19). Sum of RGB (Red+Green+Blue) = 168+192+19=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C013 is #573FEC. Grayscale: #A5A5A5. Windows color (decimal): -5717997 or 1294504. OLE color: 1294504.

HSL color Cylindrical-coordinate representation of color #A8C013: hue angle of 68.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A8C013 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 19 -
CMYK 0.12 0 0.90 0.25
HSL 68.32º 0.82% 0.41% -
HSV(B) 68.32º 0.9% 0.75% -
XYZ 35.12 46.07 7.66 -
YUV 165.1 45.55 130.07 -
System Red Green Blue C M Y K H S L
Decimal 168 192 19 0.12 0 0.90 0.25 68.32 0.82 0.41
Hex A8 C0 13 C 0 5A 19 44 52 29
Octal 250 300 23 14 0 132 31 104 122 51
Binary 10101000 11000000 10011 1100 0 1011010 11001 1000100 1010010 101001

Color Harmonies of #A8C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C013

Black with #A8C013

Text Example


Text Example

White with #A8C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C013; }

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

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

background-color css

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

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

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

border-color css

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

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

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