Html Css Color HEX #ACB012 Citrus

📋 copy color: '#ACB012'

red 172 ◦ green 176 ◦ blue 18

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

Shades of Citrus #ACB012

Tints of Citrus #ACB012

RGB

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

 GREEN value IS 176 (69.14% from 255) = 48.09%

 BLUE value IS 18 (7.42% from 255) = 4.92%

R = 46.99%
G = 48.09%
B = 4.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#ACB012 (or 0xACB012) is known color: Citrus. HEX triplet: AC, B0 and 12. RGB value is (172,176,18). Sum of RGB (Red+Green+Blue) = 172+176+18=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 176 (69.14% from 255 or 48.09% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB012 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB012 is #534FED. Grayscale: #9D9D9D. Windows color (decimal): -5459950 or 1224876. OLE color: 1224876.

HSL color Cylindrical-coordinate representation of color #ACB012: hue angle of 61.52º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACB012 is Cyan = 0.02, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 176 18 -
CMYK 0.02 0 0.90 0.31
HSL 61.52º 0.81% 0.38% -
HSV(B) 61.52º 0.9% 0.69% -
XYZ 32.65 39.87 6.55 -
YUV 156.79 49.67 138.85 -
System Red Green Blue C M Y K H S L
Decimal 172 176 18 0.02 0 0.90 0.31 61.52 0.81 0.38
Hex AC B0 12 2 0 5A 1F 3E 51 26
Octal 254 260 22 2 0 132 37 76 121 46
Binary 10101100 10110000 10010 10 0 1011010 11111 111110 1010001 100110

Color Harmonies of #ACB012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB012

Black with #ACB012

Text Example


Text Example

White with #ACB012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB012; }

 p { color: rgb(172,176,18); }

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

background-color css

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

 a { background-color: rgb(172,176,18); }

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

border-color css

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

 span { border-color: rgb(172,176,18); }

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