Html Css Color HEX #A7C618 Bahia

📋 copy color: '#A7C618'

red 167 ◦ green 198 ◦ blue 24

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

Shades of Bahia #A7C618

Tints of Bahia #A7C618

RGB

 RED value IS 167 (65.63% from 255) = 42.93%

 GREEN value IS 198 (77.73% from 255) = 50.9%

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 42.93%
G = 50.9%
B = 6.17%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#A7C618 (or 0xA7C618) is known color: Bahia. HEX triplet: A7, C6 and 18. RGB value is (167,198,24). Sum of RGB (Red+Green+Blue) = 167+198+24=389 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.93% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #A7C618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C618 is #5839E7. Grayscale: #A9A9A9. Windows color (decimal): -5781992 or 1623719. OLE color: 1623719.

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

Color convert

RGB 167 198 24 -
CMYK 0.16 0 0.88 0.22
HSL 70.69º 0.78% 0.44% -
HSV(B) 70.69º 0.88% 0.78% -
XYZ 36.3 48.67 8.35 -
YUV 168.9 46.23 126.65 -
System Red Green Blue C M Y K H S L
Decimal 167 198 24 0.16 0 0.88 0.22 70.69 0.78 0.44
Hex A7 C6 18 10 0 58 16 47 4E 2C
Octal 247 306 30 20 0 130 26 107 116 54
Binary 10100111 11000110 11000 10000 0 1011000 10110 1000111 1001110 101100

Color Harmonies of #A7C618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C618

Black with #A7C618

Text Example


Text Example

White with #A7C618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C618; }

 p { color: rgb(167,198,24); }

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

background-color css

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

 a { background-color: rgb(167,198,24); }

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

border-color css

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

 span { border-color: rgb(167,198,24); }

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