Html Css Color HEX #A4C711 Bahia

📋 copy color: '#A4C711'

red 164 ◦ green 199 ◦ blue 17

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

Shades of Bahia #A4C711

Tints of Bahia #A4C711

RGB

 RED value IS 164 (64.45% from 255) = 43.16%

 GREEN value IS 199 (78.13% from 255) = 52.37%

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

R = 43.16%
G = 52.37%
B = 4.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#A4C711 (or 0xA4C711) is known color: Bahia. HEX triplet: A4, C7 and 11. RGB value is (164,199,17). Sum of RGB (Red+Green+Blue) = 164+199+17=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 199 (78.12% from 255 or 52.37% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 199 - color contains mainly: green. Hex color #A4C711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4C711 is #5B38EE. Grayscale: #A8A8A8. Windows color (decimal): -5978351 or 1165220. OLE color: 1165220.

HSL color Cylindrical-coordinate representation of color #A4C711: hue angle of 71.54º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A4C711 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 164 199 17 -
CMYK 0.18 0 0.91 0.22
HSL 71.54º 0.84% 0.42% -
HSV(B) 71.54º 0.91% 0.78% -
XYZ 35.83 48.78 8.06 -
YUV 167.79 42.9 125.3 -
System Red Green Blue C M Y K H S L
Decimal 164 199 17 0.18 0 0.91 0.22 71.54 0.84 0.42
Hex A4 C7 11 12 0 5B 16 48 54 2A
Octal 244 307 21 22 0 133 26 110 124 52
Binary 10100100 11000111 10001 10010 0 1011011 10110 1001000 1010100 101010

Color Harmonies of #A4C711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C711

Black with #A4C711

Text Example


Text Example

White with #A4C711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C711; }

 p { color: rgb(164,199,17); }

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

background-color css

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

 a { background-color: rgb(164,199,17); }

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

border-color css

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

 span { border-color: rgb(164,199,17); }

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