Html Css Color HEX #A7B518 Bahia

📋 copy color: '#A7B518'

red 167 ◦ green 181 ◦ blue 24

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

Shades of Bahia #A7B518

Tints of Bahia #A7B518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.66%

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

R = 44.89%
G = 48.66%
B = 6.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#A7B518 (or 0xA7B518) is known color: Bahia. HEX triplet: A7, B5 and 18. RGB value is (167,181,24). Sum of RGB (Red+Green+Blue) = 167+181+24=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #A7B518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B518 is #584AE7. Grayscale: #9F9F9F. Windows color (decimal): -5786344 or 1619367. OLE color: 1619367.

HSL color Cylindrical-coordinate representation of color #A7B518: hue angle of 65.35º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A7B518 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 167 181 24 -
CMYK 0.08 0 0.87 0.29
HSL 65.35º 0.77% 0.4% -
HSV(B) 65.35º 0.87% 0.71% -
XYZ 32.63 41.33 7.12 -
YUV 158.92 51.86 133.77 -
System Red Green Blue C M Y K H S L
Decimal 167 181 24 0.08 0 0.87 0.29 65.35 0.77 0.4
Hex A7 B5 18 8 0 57 1D 41 4D 28
Octal 247 265 30 10 0 127 35 101 115 50
Binary 10100111 10110101 11000 1000 0 1010111 11101 1000001 1001101 101000

Color Harmonies of #A7B518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B518

Black with #A7B518

Text Example


Text Example

White with #A7B518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B518; }

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

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

background-color css

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

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

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

border-color css

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

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

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