Html Css Color HEX #ACB410 Citrus

📋 copy color: '#ACB410'

red 172 ◦ green 180 ◦ blue 16

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

Shades of Citrus #ACB410

Tints of Citrus #ACB410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.35%

R = 46.74%
G = 48.91%
B = 4.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#ACB410 (or 0xACB410) is known color: Citrus. HEX triplet: AC, B4 and 10. RGB value is (172,180,16). Sum of RGB (Red+Green+Blue) = 172+180+16=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB410 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB410 is #534BEF. Grayscale: #9F9F9F. Windows color (decimal): -5458928 or 1094828. OLE color: 1094828.

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

Color convert

RGB 172 180 16 -
CMYK 0.04 0 0.91 0.29
HSL 62.93º 0.84% 0.38% -
HSV(B) 62.93º 0.91% 0.71% -
XYZ 33.43 41.45 6.73 -
YUV 158.91 47.35 137.34 -
System Red Green Blue C M Y K H S L
Decimal 172 180 16 0.04 0 0.91 0.29 62.93 0.84 0.38
Hex AC B4 10 4 0 5B 1D 3F 54 26
Octal 254 264 20 4 0 133 35 77 124 46
Binary 10101100 10110100 10000 100 0 1011011 11101 111111 1010100 100110

Color Harmonies of #ACB410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB410

Black with #ACB410

Text Example


Text Example

White with #ACB410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB410; }

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

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

background-color css

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

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

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

border-color css

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

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

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