Html Css Color HEX #ACB40E Citrus

📋 copy color: '#ACB40E'

red 172 ◦ green 180 ◦ blue 14

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

Shades of Citrus #ACB40E

Tints of Citrus #ACB40E

RGB

 RED value IS 172 (67.58% from 255) = 46.99%

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

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

R = 46.99%
G = 49.18%
B = 3.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#ACB40E (or 0xACB40E) is known color: Citrus. HEX triplet: AC, B4 and 0E. RGB value is (172,180,14). Sum of RGB (Red+Green+Blue) = 172+180+14=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 180 (70.70% from 255 or 49.18% from 366); Blue value is 14 (5.86% from 255 or 3.83% from 366); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB40E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB40E is #534BF1. Grayscale: #9F9F9F. Windows color (decimal): -5458930 or 963756. OLE color: 963756.

HSL color Cylindrical-coordinate representation of color #ACB40E: hue angle of 62.89º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #ACB40E is Cyan = 0.04, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 14 -
CMYK 0.04 0 0.92 0.29
HSL 62.89º 0.86% 0.38% -
HSV(B) 62.89º 0.92% 0.71% -
XYZ 33.41 41.44 6.65 -
YUV 158.68 46.35 137.5 -
System Red Green Blue C M Y K H S L
Decimal 172 180 14 0.04 0 0.92 0.29 62.89 0.86 0.38
Hex AC B4 E 4 0 5C 1D 3F 56 26
Octal 254 264 16 4 0 134 35 77 126 46
Binary 10101100 10110100 1110 100 0 1011100 11101 111111 1010110 100110

Color Harmonies of #ACB40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB40E

Black with #ACB40E

Text Example


Text Example

White with #ACB40E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB40E; }

 p { color: rgb(172,180,14); }

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

background-color css

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

 a { background-color: rgb(172,180,14); }

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

border-color css

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

 span { border-color: rgb(172,180,14); }

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