Html Css Color HEX #A4B20E Citrus

📋 copy color: '#A4B20E'

red 164 ◦ green 178 ◦ blue 14

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

Shades of Citrus #A4B20E

Tints of Citrus #A4B20E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50%

 BLUE value IS 14 (5.86% from 255) = 3.93%

R = 46.07%
G = 50%
B = 3.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#A4B20E (or 0xA4B20E) is known color: Citrus. HEX triplet: A4, B2 and 0E. RGB value is (164,178,14). Sum of RGB (Red+Green+Blue) = 164+178+14=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 178 (69.92% from 255 or 50% from 356); Blue value is 14 (5.86% from 255 or 3.93% from 356); Max value from RGB is 178 - color contains mainly: green. Hex color #A4B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4B20E is #5B4DF1. Grayscale: #9B9B9B. Windows color (decimal): -5983730 or 963236. OLE color: 963236.

HSL color Cylindrical-coordinate representation of color #A4B20E: hue angle of 65.12º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A4B20E is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 178 14 -
CMYK 0.08 0 0.92 0.30
HSL 65.12º 0.85% 0.38% -
HSV(B) 65.12º 0.92% 0.7% -
XYZ 31.31 39.77 6.44 -
YUV 155.12 48.36 134.34 -
System Red Green Blue C M Y K H S L
Decimal 164 178 14 0.08 0 0.92 0.30 65.12 0.85 0.38
Hex A4 B2 E 8 0 5C 1E 41 55 26
Octal 244 262 16 10 0 134 36 101 125 46
Binary 10100100 10110010 1110 1000 0 1011100 11110 1000001 1010101 100110

Color Harmonies of #A4B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B20E

Black with #A4B20E

Text Example


Text Example

White with #A4B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B20E; }

 p { color: rgb(164,178,14); }

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

background-color css

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

 a { background-color: rgb(164,178,14); }

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

border-color css

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

 span { border-color: rgb(164,178,14); }

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