Html Css Color HEX #ACB309 Citrus

📋 copy color: '#ACB309'

red 172 ◦ green 179 ◦ blue 9

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

Shades of Citrus #ACB309

Tints of Citrus #ACB309

RGB

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

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

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

R = 47.78%
G = 49.72%
B = 2.5%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.30

RGB Variations

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

Color information

#ACB309 (or 0xACB309) is known color: Citrus. HEX triplet: AC, B3 and 09. RGB value is (172,179,9). Sum of RGB (Red+Green+Blue) = 172+179+9=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 179 (70.31% from 255 or 49.72% from 360); Blue value is 9 (3.91% from 255 or 2.5% from 360); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB309 is #534CF6. Grayscale: #9E9E9E. Windows color (decimal): -5459191 or 635820. OLE color: 635820.

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

Color convert

RGB 172 179 9 -
CMYK 0.04 0 0.95 0.30
HSL 62.47º 0.9% 0.37% -
HSV(B) 62.47º 0.95% 0.7% -
XYZ 33.18 41.03 6.43 -
YUV 157.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 172 179 9 0.04 0 0.95 0.30 62.47 0.9 0.37
Hex AC B3 9 4 0 5F 1E 3E 5A 25
Octal 254 263 11 4 0 137 36 76 132 45
Binary 10101100 10110011 1001 100 0 1011111 11110 111110 1011010 100101

Color Harmonies of #ACB309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB309

Black with #ACB309

Text Example


Text Example

White with #ACB309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB309; }

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

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

background-color css

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

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

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

border-color css

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

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

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