Html Css Color HEX #ACB501 Citrus

📋 copy color: '#ACB501'

red 172 ◦ green 181 ◦ blue 1

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

Shades of Citrus #ACB501

Tints of Citrus #ACB501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 48.59%
G = 51.13%
B = 0.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#ACB501 (or 0xACB501) is known color: Citrus. HEX triplet: AC, B5 and 01. RGB value is (172,181,1). Sum of RGB (Red+Green+Blue) = 172+181+1=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 1 (0.78% from 255 or 0.28% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB501 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB501 is #534AFE. Grayscale: #9E9E9E. Windows color (decimal): -5458687 or 112044. OLE color: 112044.

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

Color convert

RGB 172 181 1 -
CMYK 0.05 0 0.99 0.29
HSL 63º 0.99% 0.36% -
HSV(B) 63º 0.99% 0.71% -
XYZ 33.54 41.82 6.33 -
YUV 157.79 39.52 138.14 -
System Red Green Blue C M Y K H S L
Decimal 172 181 1 0.05 0 0.99 0.29 63 0.99 0.36
Hex AC B5 1 5 0 63 1D 3F 63 24
Octal 254 265 1 5 0 143 35 77 143 44
Binary 10101100 10110101 1 101 0 1100011 11101 111111 1100011 100100

Color Harmonies of #ACB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB501

Black with #ACB501

Text Example


Text Example

White with #ACB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB501; }

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

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

background-color css

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

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

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

border-color css

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

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

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