Html Css Color HEX #ACB411 Citrus

📋 copy color: '#ACB411'

red 172 ◦ green 180 ◦ blue 17

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

Shades of Citrus #ACB411

Tints of Citrus #ACB411

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.78%

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

R = 46.61%
G = 48.78%
B = 4.61%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#ACB411 (or 0xACB411) is known color: Citrus. HEX triplet: AC, B4 and 11. RGB value is (172,180,17). Sum of RGB (Red+Green+Blue) = 172+180+17=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 17 (7.03% from 255 or 4.61% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB411 is #534BEE. Grayscale: #9F9F9F. Windows color (decimal): -5458927 or 1160364. OLE color: 1160364.

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

Color convert

RGB 172 180 17 -
CMYK 0.04 0 0.91 0.29
HSL 62.94º 0.83% 0.39% -
HSV(B) 62.94º 0.91% 0.71% -
XYZ 33.44 41.45 6.77 -
YUV 159.03 47.85 137.25 -
System Red Green Blue C M Y K H S L
Decimal 172 180 17 0.04 0 0.91 0.29 62.94 0.83 0.39
Hex AC B4 11 4 0 5B 1D 3F 53 27
Octal 254 264 21 4 0 133 35 77 123 47
Binary 10101100 10110100 10001 100 0 1011011 11101 111111 1010011 100111

Color Harmonies of #ACB411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB411

Black with #ACB411

Text Example


Text Example

White with #ACB411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB411; }

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

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

background-color css

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

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

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

border-color css

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

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

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