Html Css Color HEX #A8C319 Bahia

📋 copy color: '#A8C319'

red 168 ◦ green 195 ◦ blue 25

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

Shades of Bahia #A8C319

Tints of Bahia #A8C319

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.26%

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

R = 43.3%
G = 50.26%
B = 6.44%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#A8C319 (or 0xA8C319) is known color: Bahia. HEX triplet: A8, C3 and 19. RGB value is (168,195,25). Sum of RGB (Red+Green+Blue) = 168+195+25=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #A8C319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8C319 is #573CE6. Grayscale: #A8A8A8. Windows color (decimal): -5717223 or 1688488. OLE color: 1688488.

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

Color convert

RGB 168 195 25 -
CMYK 0.14 0 0.87 0.24
HSL 69.53º 0.77% 0.43% -
HSV(B) 69.53º 0.87% 0.76% -
XYZ 35.84 47.43 8.18 -
YUV 167.55 47.55 128.32 -
System Red Green Blue C M Y K H S L
Decimal 168 195 25 0.14 0 0.87 0.24 69.53 0.77 0.43
Hex A8 C3 19 E 0 57 18 46 4D 2B
Octal 250 303 31 16 0 127 30 106 115 53
Binary 10101000 11000011 11001 1110 0 1010111 11000 1000110 1001101 101011

Color Harmonies of #A8C319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C319

Black with #A8C319

Text Example


Text Example

White with #A8C319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C319; }

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

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

background-color css

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

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

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

border-color css

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

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

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