Html Css Color HEX #ACB810 Citrus

📋 copy color: '#ACB810'

red 172 ◦ green 184 ◦ blue 16

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

Shades of Citrus #ACB810

Tints of Citrus #ACB810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 49.46%

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

R = 46.24%
G = 49.46%
B = 4.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#ACB810 (or 0xACB810) is known color: Citrus. HEX triplet: AC, B8 and 10. RGB value is (172,184,16). Sum of RGB (Red+Green+Blue) = 172+184+16=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB810 is #5347EF. Grayscale: #A1A1A1. Windows color (decimal): -5457904 or 1095852. OLE color: 1095852.

HSL color Cylindrical-coordinate representation of color #ACB810: hue angle of 64.29º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACB810 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 16 -
CMYK 0.07 0 0.91 0.28
HSL 64.29º 0.84% 0.39% -
HSV(B) 64.29º 0.91% 0.72% -
XYZ 34.25 43.09 7 -
YUV 161.26 46.02 135.66 -
System Red Green Blue C M Y K H S L
Decimal 172 184 16 0.07 0 0.91 0.28 64.29 0.84 0.39
Hex AC B8 10 7 0 5B 1C 40 54 27
Octal 254 270 20 7 0 133 34 100 124 47
Binary 10101100 10111000 10000 111 0 1011011 11100 1000000 1010100 100111

Color Harmonies of #ACB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB810

Black with #ACB810

Text Example


Text Example

White with #ACB810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB810; }

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

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

background-color css

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

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

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

border-color css

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

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

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