Html Css Color HEX #ACB004 Citrus

📋 copy color: '#ACB004'

red 172 ◦ green 176 ◦ blue 4

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

Shades of Citrus #ACB004

Tints of Citrus #ACB004

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 1.14%

R = 48.86%
G = 50%
B = 1.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#ACB004 (or 0xACB004) is known color: Citrus. HEX triplet: AC, B0 and 04. RGB value is (172,176,4). Sum of RGB (Red+Green+Blue) = 172+176+4=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 176 (69.14% from 255 or 50% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB004 is #534FFB. Grayscale: #9B9B9B. Windows color (decimal): -5459964 or 307372. OLE color: 307372.

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

Color convert

RGB 172 176 4 -
CMYK 0.02 0 0.98 0.31
HSL 61.4º 0.96% 0.35% -
HSV(B) 61.4º 0.98% 0.69% -
XYZ 32.56 39.83 6.09 -
YUV 155.2 42.67 139.99 -
System Red Green Blue C M Y K H S L
Decimal 172 176 4 0.02 0 0.98 0.31 61.4 0.96 0.35
Hex AC B0 4 2 0 62 1F 3D 60 23
Octal 254 260 4 2 0 142 37 75 140 43
Binary 10101100 10110000 100 10 0 1100010 11111 111101 1100000 100011

Color Harmonies of #ACB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB004

Black with #ACB004

Text Example


Text Example

White with #ACB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB004; }

 p { color: rgb(172,176,4); }

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

background-color css

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

 a { background-color: rgb(172,176,4); }

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

border-color css

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

 span { border-color: rgb(172,176,4); }

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