Html Css Color HEX #A8C413 Bahia

📋 copy color: '#A8C413'

red 168 ◦ green 196 ◦ blue 19

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

Shades of Bahia #A8C413

Tints of Bahia #A8C413

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.17%

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

R = 43.86%
G = 51.17%
B = 4.96%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#A8C413 (or 0xA8C413) is known color: Bahia. HEX triplet: A8, C4 and 13. RGB value is (168,196,19). Sum of RGB (Red+Green+Blue) = 168+196+19=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 19 (7.81% from 255 or 4.96% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C413 is #573BEC. Grayscale: #A8A8A8. Windows color (decimal): -5716973 or 1295528. OLE color: 1295528.

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

Color convert

RGB 168 196 19 -
CMYK 0.14 0 0.90 0.23
HSL 69.49º 0.82% 0.42% -
HSV(B) 69.49º 0.9% 0.77% -
XYZ 36.01 47.85 7.95 -
YUV 167.45 44.22 128.39 -
System Red Green Blue C M Y K H S L
Decimal 168 196 19 0.14 0 0.90 0.23 69.49 0.82 0.42
Hex A8 C4 13 E 0 5A 17 45 52 2A
Octal 250 304 23 16 0 132 27 105 122 52
Binary 10101000 11000100 10011 1110 0 1011010 10111 1000101 1010010 101010

Color Harmonies of #A8C413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C413

Black with #A8C413

Text Example


Text Example

White with #A8C413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C413; }

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

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

background-color css

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

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

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

border-color css

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

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

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