Html Css Color HEX #A7B118 Bahia

📋 copy color: '#A7B118'

red 167 ◦ green 177 ◦ blue 24

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

Shades of Bahia #A7B118

Tints of Bahia #A7B118

RGB

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

 GREEN value IS 177 (69.53% from 255) = 48.1%

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

R = 45.38%
G = 48.1%
B = 6.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#A7B118 (or 0xA7B118) is known color: Bahia. HEX triplet: A7, B1 and 18. RGB value is (167,177,24). Sum of RGB (Red+Green+Blue) = 167+177+24=368 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.38% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B118 is #584EE7. Grayscale: #9D9D9D. Windows color (decimal): -5787368 or 1618343. OLE color: 1618343.

HSL color Cylindrical-coordinate representation of color #A7B118: hue angle of 63.92º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A7B118 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 167 177 24 -
CMYK 0.06 0 0.86 0.31
HSL 63.92º 0.76% 0.39% -
HSV(B) 63.92º 0.86% 0.69% -
XYZ 31.82 39.73 6.85 -
YUV 156.57 53.19 135.44 -
System Red Green Blue C M Y K H S L
Decimal 167 177 24 0.06 0 0.86 0.31 63.92 0.76 0.39
Hex A7 B1 18 6 0 56 1F 40 4C 27
Octal 247 261 30 6 0 126 37 100 114 47
Binary 10100111 10110001 11000 110 0 1010110 11111 1000000 1001100 100111

Color Harmonies of #A7B118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7B118

Black with #A7B118

Text Example


Text Example

White with #A7B118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7B118; }

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

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

background-color css

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

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

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

border-color css

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

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

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