Html Css Color HEX #ACB311 Citrus

📋 copy color: '#ACB311'

red 172 ◦ green 179 ◦ blue 17

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

Shades of Citrus #ACB311

Tints of Citrus #ACB311

RGB

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

 GREEN value IS 179 (70.31% from 255) = 48.64%

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

R = 46.74%
G = 48.64%
B = 4.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#ACB311 (or 0xACB311) is known color: Citrus. HEX triplet: AC, B3 and 11. RGB value is (172,179,17). Sum of RGB (Red+Green+Blue) = 172+179+17=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 179 (70.31% from 255 or 48.64% from 368); Blue value is 17 (7.03% from 255 or 4.62% from 368); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB311 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB311 is #534CEE. Grayscale: #9F9F9F. Windows color (decimal): -5459183 or 1160108. OLE color: 1160108.

HSL color Cylindrical-coordinate representation of color #ACB311: hue angle of 62.59º degrees, saturation: 0.83, 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 #ACB311 is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 17 -
CMYK 0.04 0 0.91 0.30
HSL 62.59º 0.83% 0.38% -
HSV(B) 62.59º 0.91% 0.7% -
XYZ 33.23 41.05 6.7 -
YUV 158.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 172 179 17 0.04 0 0.91 0.30 62.59 0.83 0.38
Hex AC B3 11 4 0 5B 1E 3F 53 26
Octal 254 263 21 4 0 133 36 77 123 46
Binary 10101100 10110011 10001 100 0 1011011 11110 111111 1010011 100110

Color Harmonies of #ACB311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB311

Black with #ACB311

Text Example


Text Example

White with #ACB311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB311; }

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

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

background-color css

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

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

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

border-color css

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

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

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