Html Css Color HEX #ACB210 Citrus

📋 copy color: '#ACB210'

red 172 ◦ green 178 ◦ blue 16

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

Shades of Citrus #ACB210

Tints of Citrus #ACB210

RGB

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

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

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

R = 46.99%
G = 48.63%
B = 4.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#ACB210 (or 0xACB210) is known color: Citrus. HEX triplet: AC, B2 and 10. RGB value is (172,178,16). Sum of RGB (Red+Green+Blue) = 172+178+16=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 178 (69.92% from 255 or 48.63% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB210 is #534DEF. Grayscale: #9E9E9E. Windows color (decimal): -5459440 or 1094316. OLE color: 1094316.

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

Color convert

RGB 172 178 16 -
CMYK 0.03 0 0.91 0.30
HSL 62.22º 0.84% 0.38% -
HSV(B) 62.22º 0.91% 0.7% -
XYZ 33.03 40.65 6.6 -
YUV 157.74 48.01 138.17 -
System Red Green Blue C M Y K H S L
Decimal 172 178 16 0.03 0 0.91 0.30 62.22 0.84 0.38
Hex AC B2 10 3 0 5B 1E 3E 54 26
Octal 254 262 20 3 0 133 36 76 124 46
Binary 10101100 10110010 10000 11 0 1011011 11110 111110 1010100 100110

Color Harmonies of #ACB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB210

Black with #ACB210

Text Example


Text Example

White with #ACB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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