Html Css Color HEX #A8C019 Bahia

📋 copy color: '#A8C019'

red 168 ◦ green 192 ◦ blue 25

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

Shades of Bahia #A8C019

Tints of Bahia #A8C019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 43.64%
G = 49.87%
B = 6.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#A8C019 (or 0xA8C019) is known color: Bahia. HEX triplet: A8, C0 and 19. RGB value is (168,192,25). Sum of RGB (Red+Green+Blue) = 168+192+25=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C019 is #573FE6. Grayscale: #A6A6A6. Windows color (decimal): -5717991 or 1687720. OLE color: 1687720.

HSL color Cylindrical-coordinate representation of color #A8C019: hue angle of 68.62º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A8C019 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 192 25 -
CMYK 0.12 0 0.87 0.25
HSL 68.62º 0.77% 0.43% -
HSV(B) 68.62º 0.87% 0.75% -
XYZ 35.17 46.09 7.96 -
YUV 165.79 48.55 129.58 -
System Red Green Blue C M Y K H S L
Decimal 168 192 25 0.12 0 0.87 0.25 68.62 0.77 0.43
Hex A8 C0 19 C 0 57 19 45 4D 2B
Octal 250 300 31 14 0 127 31 105 115 53
Binary 10101000 11000000 11001 1100 0 1010111 11001 1000101 1001101 101011

Color Harmonies of #A8C019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C019

Black with #A8C019

Text Example


Text Example

White with #A8C019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C019; }

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

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

background-color css

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

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

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

border-color css

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

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

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