Html Css Color HEX #A8C41F Bahia

📋 copy color: '#A8C41F'

red 168 ◦ green 196 ◦ blue 31

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

Shades of Bahia #A8C41F

Tints of Bahia #A8C41F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 42.53%
G = 49.62%
B = 7.85%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#A8C41F (or 0xA8C41F) is known color: Bahia. HEX triplet: A8, C4 and 1F. RGB value is (168,196,31). Sum of RGB (Red+Green+Blue) = 168+196+31=395 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.53% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C41F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C41F is #573BE0. Grayscale: #A9A9A9. Windows color (decimal): -5716961 or 2081960. OLE color: 2081960.

HSL color Cylindrical-coordinate representation of color #A8C41F: hue angle of 70.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A8C41F is Cyan = 0.14, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 168 196 31 -
CMYK 0.14 0 0.84 0.23
HSL 70.18º 0.73% 0.45% -
HSV(B) 70.18º 0.84% 0.77% -
XYZ 36.14 47.9 8.64 -
YUV 168.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 168 196 31 0.14 0 0.84 0.23 70.18 0.73 0.45
Hex A8 C4 1F E 0 54 17 46 49 2D
Octal 250 304 37 16 0 124 27 106 111 55
Binary 10101000 11000100 11111 1110 0 1010100 10111 1000110 1001001 101101

Color Harmonies of #A8C41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8C41F

Black with #A8C41F

Text Example


Text Example

White with #A8C41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8C41F; }

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

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

background-color css

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

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

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

border-color css

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

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

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