Html Css Color HEX #A4CF11 Bahia

📋 copy color: '#A4CF11'

red 164 ◦ green 207 ◦ blue 17

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

Shades of Bahia #A4CF11

Tints of Bahia #A4CF11

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.35%

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

R = 42.27%
G = 53.35%
B = 4.38%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#A4CF11 (or 0xA4CF11) is known color: Bahia. HEX triplet: A4, CF and 11. RGB value is (164,207,17). Sum of RGB (Red+Green+Blue) = 164+207+17=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 17 (7.03% from 255 or 4.38% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4CF11 is #5B30EE. Grayscale: #ADADAD. Windows color (decimal): -5976303 or 1167268. OLE color: 1167268.

HSL color Cylindrical-coordinate representation of color #A4CF11: hue angle of 73.58º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4CF11 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 207 17 -
CMYK 0.21 0 0.92 0.19
HSL 73.58º 0.85% 0.44% -
HSV(B) 73.58º 0.92% 0.81% -
XYZ 37.72 52.56 8.69 -
YUV 172.48 40.25 121.95 -
System Red Green Blue C M Y K H S L
Decimal 164 207 17 0.21 0 0.92 0.19 73.58 0.85 0.44
Hex A4 CF 11 15 0 5C 13 4A 55 2C
Octal 244 317 21 25 0 134 23 112 125 54
Binary 10100100 11001111 10001 10101 0 1011100 10011 1001010 1010101 101100

Color Harmonies of #A4CF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4CF11

Black with #A4CF11

Text Example


Text Example

White with #A4CF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4CF11; }

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

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

background-color css

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

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

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

border-color css

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

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

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