Html Css Color HEX #ACB611 Citrus

📋 copy color: '#ACB611'

red 172 ◦ green 182 ◦ blue 17

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

Shades of Citrus #ACB611

Tints of Citrus #ACB611

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.06%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 46.36%
G = 49.06%
B = 4.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#ACB611 (or 0xACB611) is known color: Citrus. HEX triplet: AC, B6 and 11. RGB value is (172,182,17). Sum of RGB (Red+Green+Blue) = 172+182+17=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB611 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB611 is #5349EE. Grayscale: #A0A0A0. Windows color (decimal): -5458415 or 1160876. OLE color: 1160876.

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

Color convert

RGB 172 182 17 -
CMYK 0.05 0 0.91 0.29
HSL 63.64º 0.83% 0.39% -
HSV(B) 63.64º 0.91% 0.71% -
XYZ 33.84 42.27 6.9 -
YUV 160.2 47.19 136.42 -
System Red Green Blue C M Y K H S L
Decimal 172 182 17 0.05 0 0.91 0.29 63.64 0.83 0.39
Hex AC B6 11 5 0 5B 1D 40 53 27
Octal 254 266 21 5 0 133 35 100 123 47
Binary 10101100 10110110 10001 101 0 1011011 11101 1000000 1010011 100111

Color Harmonies of #ACB611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB611

Black with #ACB611

Text Example


Text Example

White with #ACB611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB611; }

 p { color: rgb(172,182,17); }

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

background-color css

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

 a { background-color: rgb(172,182,17); }

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

border-color css

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

 span { border-color: rgb(172,182,17); }

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