Html Css Color HEX #ACB00D Citrus

📋 copy color: '#ACB00D'

red 172 ◦ green 176 ◦ blue 13

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

Shades of Citrus #ACB00D

Tints of Citrus #ACB00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.6%

R = 47.65%
G = 48.75%
B = 3.6%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#ACB00D (or 0xACB00D) is known color: Citrus. HEX triplet: AC, B0 and 0D. RGB value is (172,176,13). Sum of RGB (Red+Green+Blue) = 172+176+13=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB00D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB00D is #534FF2. Grayscale: #9C9C9C. Windows color (decimal): -5459955 or 897196. OLE color: 897196.

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

Color convert

RGB 172 176 13 -
CMYK 0.02 0 0.93 0.31
HSL 61.47º 0.86% 0.37% -
HSV(B) 61.47º 0.93% 0.69% -
XYZ 32.61 39.85 6.35 -
YUV 156.22 47.17 139.25 -
System Red Green Blue C M Y K H S L
Decimal 172 176 13 0.02 0 0.93 0.31 61.47 0.86 0.37
Hex AC B0 D 2 0 5D 1F 3D 56 25
Octal 254 260 15 2 0 135 37 75 126 45
Binary 10101100 10110000 1101 10 0 1011101 11111 111101 1010110 100101

Color Harmonies of #ACB00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB00D

Black with #ACB00D

Text Example


Text Example

White with #ACB00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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