Html Css Color HEX #A4A712 Citrus

📋 copy color: '#A4A712'

red 164 ◦ green 167 ◦ blue 18

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

Shades of Citrus #A4A712

Tints of Citrus #A4A712

RGB

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

 GREEN value IS 167 (65.63% from 255) = 47.85%

 BLUE value IS 18 (7.42% from 255) = 5.16%

R = 46.99%
G = 47.85%
B = 5.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A4A712 (or 0xA4A712) is known color: Citrus. HEX triplet: A4, A7 and 12. RGB value is (164,167,18). Sum of RGB (Red+Green+Blue) = 164+167+18=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 167 (65.62% from 255 or 47.85% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4A712 is #5B58ED. Grayscale: #959595. Windows color (decimal): -5986542 or 1222564. OLE color: 1222564.

HSL color Cylindrical-coordinate representation of color #A4A712: hue angle of 61.21º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A4A712 is Cyan = 0.02, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 164 167 18 -
CMYK 0.02 0 0.89 0.35
HSL 61.21º 0.81% 0.36% -
HSV(B) 61.21º 0.89% 0.65% -
XYZ 29.24 35.57 5.9 -
YUV 149.12 54.01 138.62 -
System Red Green Blue C M Y K H S L
Decimal 164 167 18 0.02 0 0.89 0.35 61.21 0.81 0.36
Hex A4 A7 12 2 0 59 23 3D 51 24
Octal 244 247 22 2 0 131 43 75 121 44
Binary 10100100 10100111 10010 10 0 1011001 100011 111101 1010001 100100

Color Harmonies of #A4A712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4A712

Black with #A4A712

Text Example


Text Example

White with #A4A712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4A712; }

 p { color: rgb(164,167,18); }

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

background-color css

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

 a { background-color: rgb(164,167,18); }

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

border-color css

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

 span { border-color: rgb(164,167,18); }

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