Html Css Color HEX #ACB200 Citrus

📋 copy color: '#ACB200'

red 172 ◦ green 178 ◦ blue 0

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

Shades of Citrus #ACB200

Tints of Citrus #ACB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.86%

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

R = 49.14%
G = 50.86%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.30

RGB Variations

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

Color information

#ACB200 (or 0xACB200) is known color: Citrus. HEX triplet: AC, B2 and 00. RGB value is (172,178,0). Sum of RGB (Red+Green+Blue) = 172+178+0=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 178 (69.92% from 255 or 50.86% from 350); Blue value is 0 (0.39% from 255 or 0% from 350); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB200 is #534DFF. Grayscale: #9C9C9C. Windows color (decimal): -5459456 or 45740. OLE color: 45740.

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

Color convert

RGB 172 178 0 -
CMYK 0.03 0 1 0.30
HSL 62.02º 1% 0.35% -
HSV(B) 62.02º 1% 0.7% -
XYZ 32.93 40.61 6.1 -
YUV 155.91 40.01 139.47 -
System Red Green Blue C M Y K H S L
Decimal 172 178 0 0.03 0 1 0.30 62.02 1 0.35
Hex AC B2 0 3 0 64 1E 3E 64 23
Octal 254 262 0 3 0 144 36 76 144 43
Binary 10101100 10110010 0 11 0 1100100 11110 111110 1100100 100011

Color Harmonies of #ACB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB200

Black with #ACB200

Text Example


Text Example

White with #ACB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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