Html Css Color HEX #ACB109 Citrus

📋 copy color: '#ACB109'

red 172 ◦ green 177 ◦ blue 9

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

Shades of Citrus #ACB109

Tints of Citrus #ACB109

RGB

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

 GREEN value IS 177 (69.53% from 255) = 49.44%

 BLUE value IS 9 (3.91% from 255) = 2.51%

R = 48.04%
G = 49.44%
B = 2.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#ACB109 (or 0xACB109) is known color: Citrus. HEX triplet: AC, B1 and 09. RGB value is (172,177,9). Sum of RGB (Red+Green+Blue) = 172+177+9=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB109 is #534EF6. Grayscale: #9D9D9D. Windows color (decimal): -5459703 or 635308. OLE color: 635308.

HSL color Cylindrical-coordinate representation of color #ACB109: hue angle of 61.79º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACB109 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 9 -
CMYK 0.03 0 0.95 0.31
HSL 61.79º 0.9% 0.36% -
HSV(B) 61.79º 0.95% 0.69% -
XYZ 32.78 40.23 6.3 -
YUV 156.35 44.84 139.16 -
System Red Green Blue C M Y K H S L
Decimal 172 177 9 0.03 0 0.95 0.31 61.79 0.9 0.36
Hex AC B1 9 3 0 5F 1F 3E 5A 24
Octal 254 261 11 3 0 137 37 76 132 44
Binary 10101100 10110001 1001 11 0 1011111 11111 111110 1011010 100100

Color Harmonies of #ACB109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB109

Black with #ACB109

Text Example


Text Example

White with #ACB109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB109; }

 p { color: rgb(172,177,9); }

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

background-color css

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

 a { background-color: rgb(172,177,9); }

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

border-color css

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

 span { border-color: rgb(172,177,9); }

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