Html Css Color HEX #A8C919 Bahia

📋 copy color: '#A8C919'

red 168 ◦ green 201 ◦ blue 25

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

Shades of Bahia #A8C919

Tints of Bahia #A8C919

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.02%

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

R = 42.64%
G = 51.02%
B = 6.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#A8C919 (or 0xA8C919) is known color: Bahia. HEX triplet: A8, C9 and 19. RGB value is (168,201,25). Sum of RGB (Red+Green+Blue) = 168+201+25=394 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.64% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #A8C919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C919 is #5736E6. Grayscale: #ABABAB. Windows color (decimal): -5715687 or 1690024. OLE color: 1690024.

HSL color Cylindrical-coordinate representation of color #A8C919: hue angle of 71.25º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A8C919 is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 168 201 25 -
CMYK 0.16 0 0.88 0.21
HSL 71.25º 0.78% 0.44% -
HSV(B) 71.25º 0.88% 0.79% -
XYZ 37.21 50.17 8.64 -
YUV 171.07 45.57 125.81 -
System Red Green Blue C M Y K H S L
Decimal 168 201 25 0.16 0 0.88 0.21 71.25 0.78 0.44
Hex A8 C9 19 10 0 58 15 47 4E 2C
Octal 250 311 31 20 0 130 25 107 116 54
Binary 10101000 11001001 11001 10000 0 1011000 10101 1000111 1001110 101100

Color Harmonies of #A8C919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C919

Black with #A8C919

Text Example


Text Example

White with #A8C919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C919; }

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

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

background-color css

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

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

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

border-color css

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

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

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