Html Css Color HEX #ACB30A Citrus

📋 copy color: '#ACB30A'

red 172 ◦ green 179 ◦ blue 10

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

Shades of Citrus #ACB30A

Tints of Citrus #ACB30A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.77%

R = 47.65%
G = 49.58%
B = 2.77%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#ACB30A (or 0xACB30A) is known color: Citrus. HEX triplet: AC, B3 and 0A. RGB value is (172,179,10). Sum of RGB (Red+Green+Blue) = 172+179+10=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 179 (70.31% from 255 or 49.58% from 361); Blue value is 10 (4.30% from 255 or 2.77% from 361); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB30A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB30A is #534CF5. Grayscale: #9E9E9E. Windows color (decimal): -5459190 or 701356. OLE color: 701356.

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

Color convert

RGB 172 179 10 -
CMYK 0.04 0 0.94 0.30
HSL 62.49º 0.89% 0.37% -
HSV(B) 62.49º 0.94% 0.7% -
XYZ 33.19 41.03 6.46 -
YUV 157.64 44.68 138.24 -
System Red Green Blue C M Y K H S L
Decimal 172 179 10 0.04 0 0.94 0.30 62.49 0.89 0.37
Hex AC B3 A 4 0 5E 1E 3E 59 25
Octal 254 263 12 4 0 136 36 76 131 45
Binary 10101100 10110011 1010 100 0 1011110 11110 111110 1011001 100101

Color Harmonies of #ACB30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB30A

Black with #ACB30A

Text Example


Text Example

White with #ACB30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB30A; }

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

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

background-color css

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

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

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

border-color css

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

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

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