Html Css Color HEX #ACB100 Citrus

📋 copy color: '#ACB100'

red 172 ◦ green 177 ◦ blue 0

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

Shades of Citrus #ACB100

Tints of Citrus #ACB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.28%
G = 50.72%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#ACB100 (or 0xACB100) is known color: Citrus. HEX triplet: AC, B1 and 00. RGB value is (172,177,0). Sum of RGB (Red+Green+Blue) = 172+177+0=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 177 (69.53% from 255 or 50.72% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB100 is #534EFF. Grayscale: #9C9C9C. Windows color (decimal): -5459712 or 45484. OLE color: 45484.

HSL color Cylindrical-coordinate representation of color #ACB100: hue angle of 61.69º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ACB100 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 0 -
CMYK 0.03 0 1 0.31
HSL 61.69º 1% 0.35% -
HSV(B) 61.69º 1% 0.69% -
XYZ 32.74 40.21 6.04 -
YUV 155.33 40.34 139.89 -
System Red Green Blue C M Y K H S L
Decimal 172 177 0 0.03 0 1 0.31 61.69 1 0.35
Hex AC B1 0 3 0 64 1F 3E 64 23
Octal 254 261 0 3 0 144 37 76 144 43
Binary 10101100 10110001 0 11 0 1100100 11111 111110 1100100 100011

Color Harmonies of #ACB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB100

Black with #ACB100

Text Example


Text Example

White with #ACB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB100; }

 p { color: rgb(172,177,0); }

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

background-color css

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

 a { background-color: rgb(172,177,0); }

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

border-color css

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

 span { border-color: rgb(172,177,0); }

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