Html Css Color HEX #A7C111 Bahia

📋 copy color: '#A7C111'

red 167 ◦ green 193 ◦ blue 17

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

Shades of Bahia #A7C111

Tints of Bahia #A7C111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.19%

 BLUE value IS 17 (7.03% from 255) = 4.51%

R = 44.3%
G = 51.19%
B = 4.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#A7C111 (or 0xA7C111) is known color: Bahia. HEX triplet: A7, C1 and 11. RGB value is (167,193,17). Sum of RGB (Red+Green+Blue) = 167+193+17=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 17 (7.03% from 255 or 4.51% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #A7C111 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7C111 is #583EEE. Grayscale: #A5A5A5. Windows color (decimal): -5783279 or 1163687. OLE color: 1163687.

HSL color Cylindrical-coordinate representation of color #A7C111: hue angle of 68.86º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A7C111 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 167 193 17 -
CMYK 0.13 0 0.91 0.24
HSL 68.86º 0.84% 0.41% -
HSV(B) 68.86º 0.91% 0.76% -
XYZ 35.11 46.4 7.64 -
YUV 165.16 44.39 129.31 -
System Red Green Blue C M Y K H S L
Decimal 167 193 17 0.13 0 0.91 0.24 68.86 0.84 0.41
Hex A7 C1 11 D 0 5B 18 45 54 29
Octal 247 301 21 15 0 133 30 105 124 51
Binary 10100111 11000001 10001 1101 0 1011011 11000 1000101 1010100 101001

Color Harmonies of #A7C111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7C111

Black with #A7C111

Text Example


Text Example

White with #A7C111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7C111; }

 p { color: rgb(167,193,17); }

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

background-color css

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

 a { background-color: rgb(167,193,17); }

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

border-color css

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

 span { border-color: rgb(167,193,17); }

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