Html Css Color HEX #A4B415 Citrus

📋 copy color: '#A4B415'

red 164 ◦ green 180 ◦ blue 21

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

Shades of Citrus #A4B415

Tints of Citrus #A4B415

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.32%

 BLUE value IS 21 (8.59% from 255) = 5.75%

R = 44.93%
G = 49.32%
B = 5.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#A4B415 (or 0xA4B415) is known color: Citrus. HEX triplet: A4, B4 and 15. RGB value is (164,180,21). Sum of RGB (Red+Green+Blue) = 164+180+21=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #A4B415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B415 is #5B4BEA. Grayscale: #9D9D9D. Windows color (decimal): -5983211 or 1422500. OLE color: 1422500.

HSL color Cylindrical-coordinate representation of color #A4B415: hue angle of 66.04º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A4B415 is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 180 21 -
CMYK 0.09 0 0.88 0.29
HSL 66.04º 0.79% 0.39% -
HSV(B) 66.04º 0.88% 0.71% -
XYZ 31.77 40.59 6.87 -
YUV 157.09 51.2 132.93 -
System Red Green Blue C M Y K H S L
Decimal 164 180 21 0.09 0 0.88 0.29 66.04 0.79 0.39
Hex A4 B4 15 9 0 58 1D 42 4F 27
Octal 244 264 25 11 0 130 35 102 117 47
Binary 10100100 10110100 10101 1001 0 1011000 11101 1000010 1001111 100111

Color Harmonies of #A4B415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4B415

Black with #A4B415

Text Example


Text Example

White with #A4B415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4B415; }

 p { color: rgb(164,180,21); }

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

background-color css

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

 a { background-color: rgb(164,180,21); }

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

border-color css

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

 span { border-color: rgb(164,180,21); }

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