Html Css Color HEX #ACB901 Citrus

📋 copy color: '#ACB901'

red 172 ◦ green 185 ◦ blue 1

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

Shades of Citrus #ACB901

Tints of Citrus #ACB901

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

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

R = 48.04%
G = 51.68%
B = 0.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#ACB901 (or 0xACB901) is known color: Citrus. HEX triplet: AC, B9 and 01. RGB value is (172,185,1). Sum of RGB (Red+Green+Blue) = 172+185+1=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB901 is #5346FE. Grayscale: #A0A0A0. Windows color (decimal): -5457663 or 113068. OLE color: 113068.

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

Color convert

RGB 172 185 1 -
CMYK 0.07 0 0.99 0.27
HSL 64.24º 0.99% 0.36% -
HSV(B) 64.24º 0.99% 0.73% -
XYZ 34.37 43.47 6.61 -
YUV 160.14 38.19 136.46 -
System Red Green Blue C M Y K H S L
Decimal 172 185 1 0.07 0 0.99 0.27 64.24 0.99 0.36
Hex AC B9 1 7 0 63 1B 40 63 24
Octal 254 271 1 7 0 143 33 100 143 44
Binary 10101100 10111001 1 111 0 1100011 11011 1000000 1100011 100100

Color Harmonies of #ACB901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB901

Black with #ACB901

Text Example


Text Example

White with #ACB901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB901; }

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

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

background-color css

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

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

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

border-color css

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

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

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