Html Css Color HEX #ACB101 Citrus

📋 copy color: '#ACB101'

red 172 ◦ green 177 ◦ blue 1

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

Shades of Citrus #ACB101

Tints of Citrus #ACB101

RGB

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

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

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

R = 49.14%
G = 50.57%
B = 0.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#ACB101 (or 0xACB101) is known color: Citrus. HEX triplet: AC, B1 and 01. RGB value is (172,177,1). Sum of RGB (Red+Green+Blue) = 172+177+1=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 1 (0.78% from 255 or 0.29% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB101 is #534EFE. Grayscale: #9C9C9C. Windows color (decimal): -5459711 or 111020. OLE color: 111020.

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

Color convert

RGB 172 177 1 -
CMYK 0.03 0 0.99 0.31
HSL 61.7º 0.99% 0.35% -
HSV(B) 61.7º 0.99% 0.69% -
XYZ 32.74 40.22 6.07 -
YUV 155.44 40.84 139.81 -
System Red Green Blue C M Y K H S L
Decimal 172 177 1 0.03 0 0.99 0.31 61.7 0.99 0.35
Hex AC B1 1 3 0 63 1F 3E 63 23
Octal 254 261 1 3 0 143 37 76 143 43
Binary 10101100 10110001 1 11 0 1100011 11111 111110 1100011 100011

Color Harmonies of #ACB101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB101

Black with #ACB101

Text Example


Text Example

White with #ACB101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB101; }

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

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

background-color css

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

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

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

border-color css

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

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

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