Html Css Color HEX #A4B912 Citrus

📋 copy color: '#A4B912'

red 164 ◦ green 185 ◦ blue 18

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

Shades of Citrus #A4B912

Tints of Citrus #A4B912

RGB

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

 GREEN value IS 185 (72.66% from 255) = 50.41%

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

R = 44.69%
G = 50.41%
B = 4.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#A4B912 (or 0xA4B912) is known color: Citrus. HEX triplet: A4, B9 and 12. RGB value is (164,185,18). Sum of RGB (Red+Green+Blue) = 164+185+18=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 185 (72.66% from 255 or 50.41% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 185 - color contains mainly: green. Hex color #A4B912 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B912 is #5B46ED. Grayscale: #A0A0A0. Windows color (decimal): -5981934 or 1227172. OLE color: 1227172.

HSL color Cylindrical-coordinate representation of color #A4B912: hue angle of 67.54º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A4B912 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 164 185 18 -
CMYK 0.11 0 0.90 0.27
HSL 67.54º 0.82% 0.4% -
HSV(B) 67.54º 0.9% 0.73% -
XYZ 32.77 42.63 7.07 -
YUV 159.68 48.04 131.08 -
System Red Green Blue C M Y K H S L
Decimal 164 185 18 0.11 0 0.90 0.27 67.54 0.82 0.4
Hex A4 B9 12 B 0 5A 1B 44 52 28
Octal 244 271 22 13 0 132 33 104 122 50
Binary 10100100 10111001 10010 1011 0 1011010 11011 1000100 1010010 101000

Color Harmonies of #A4B912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B912

Black with #A4B912

Text Example


Text Example

White with #A4B912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B912; }

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

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

background-color css

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

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

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

border-color css

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

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

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