Html Css Color HEX #ACB409 Citrus

📋 copy color: '#ACB409'

red 172 ◦ green 180 ◦ blue 9

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

Shades of Citrus #ACB409

Tints of Citrus #ACB409

RGB

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

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

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

R = 47.65%
G = 49.86%
B = 2.49%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#ACB409 (or 0xACB409) is known color: Citrus. HEX triplet: AC, B4 and 09. RGB value is (172,180,9). Sum of RGB (Red+Green+Blue) = 172+180+9=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 180 (70.70% from 255 or 49.86% from 361); Blue value is 9 (3.91% from 255 or 2.49% from 361); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB409 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB409 is #534BF6. Grayscale: #9E9E9E. Windows color (decimal): -5458935 or 636076. OLE color: 636076.

HSL color Cylindrical-coordinate representation of color #ACB409: hue angle of 62.81º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ACB409 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 9 -
CMYK 0.04 0 0.95 0.29
HSL 62.81º 0.9% 0.37% -
HSV(B) 62.81º 0.95% 0.71% -
XYZ 33.38 41.43 6.5 -
YUV 158.11 43.85 137.9 -
System Red Green Blue C M Y K H S L
Decimal 172 180 9 0.04 0 0.95 0.29 62.81 0.9 0.37
Hex AC B4 9 4 0 5F 1D 3F 5A 25
Octal 254 264 11 4 0 137 35 77 132 45
Binary 10101100 10110100 1001 100 0 1011111 11101 111111 1011010 100101

Color Harmonies of #ACB409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB409

Black with #ACB409

Text Example


Text Example

White with #ACB409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB409; }

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

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

background-color css

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

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

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

border-color css

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

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

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