Html Css Color HEX #ACB50A Citrus

📋 copy color: '#ACB50A'

red 172 ◦ green 181 ◦ blue 10

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

Shades of Citrus #ACB50A

Tints of Citrus #ACB50A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 49.86%

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

R = 47.38%
G = 49.86%
B = 2.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#ACB50A (or 0xACB50A) is known color: Citrus. HEX triplet: AC, B5 and 0A. RGB value is (172,181,10). Sum of RGB (Red+Green+Blue) = 172+181+10=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 181 (71.09% from 255 or 49.86% from 363); Blue value is 10 (4.30% from 255 or 2.75% from 363); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB50A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB50A is #534AF5. Grayscale: #9F9F9F. Windows color (decimal): -5458678 or 701868. OLE color: 701868.

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

Color convert

RGB 172 181 10 -
CMYK 0.05 0 0.94 0.29
HSL 63.16º 0.9% 0.37% -
HSV(B) 63.16º 0.94% 0.71% -
XYZ 33.59 41.84 6.59 -
YUV 158.82 44.02 137.4 -
System Red Green Blue C M Y K H S L
Decimal 172 181 10 0.05 0 0.94 0.29 63.16 0.9 0.37
Hex AC B5 A 5 0 5E 1D 3F 5A 25
Octal 254 265 12 5 0 136 35 77 132 45
Binary 10101100 10110101 1010 101 0 1011110 11101 111111 1011010 100101

Color Harmonies of #ACB50A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB50A

Black with #ACB50A

Text Example


Text Example

White with #ACB50A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB50A; }

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

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

background-color css

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

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

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

border-color css

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

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

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