Html Css Color HEX #ACB301 Citrus

📋 copy color: '#ACB301'

red 172 ◦ green 179 ◦ blue 1

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

Shades of Citrus #ACB301

Tints of Citrus #ACB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 50.85%

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

R = 48.86%
G = 50.85%
B = 0.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.30

RGB Variations

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

Color information

#ACB301 (or 0xACB301) is known color: Citrus. HEX triplet: AC, B3 and 01. RGB value is (172,179,1). Sum of RGB (Red+Green+Blue) = 172+179+1=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 179 (70.31% from 255 or 50.85% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB301 is #534CFE. Grayscale: #9D9D9D. Windows color (decimal): -5459199 or 111532. OLE color: 111532.

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

Color convert

RGB 172 179 1 -
CMYK 0.04 0 0.99 0.30
HSL 62.36º 0.99% 0.35% -
HSV(B) 62.36º 0.99% 0.7% -
XYZ 33.14 41.01 6.2 -
YUV 156.62 40.18 138.97 -
System Red Green Blue C M Y K H S L
Decimal 172 179 1 0.04 0 0.99 0.30 62.36 0.99 0.35
Hex AC B3 1 4 0 63 1E 3E 63 23
Octal 254 263 1 4 0 143 36 76 143 43
Binary 10101100 10110011 1 100 0 1100011 11110 111110 1100011 100011

Color Harmonies of #ACB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB301

Black with #ACB301

Text Example


Text Example

White with #ACB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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