Html Css Color HEX #ACB40D Citrus

📋 copy color: '#ACB40D'

red 172 ◦ green 180 ◦ blue 13

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

Shades of Citrus #ACB40D

Tints of Citrus #ACB40D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.32%

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

R = 47.12%
G = 49.32%
B = 3.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#ACB40D (or 0xACB40D) is known color: Citrus. HEX triplet: AC, B4 and 0D. RGB value is (172,180,13). Sum of RGB (Red+Green+Blue) = 172+180+13=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 13 (5.47% from 255 or 3.56% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB40D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB40D is #534BF2. Grayscale: #9F9F9F. Windows color (decimal): -5458931 or 898220. OLE color: 898220.

HSL color Cylindrical-coordinate representation of color #ACB40D: hue angle of 62.87º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ACB40D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 13 -
CMYK 0.04 0 0.93 0.29
HSL 62.87º 0.87% 0.38% -
HSV(B) 62.87º 0.93% 0.71% -
XYZ 33.41 41.44 6.62 -
YUV 158.57 45.85 137.58 -
System Red Green Blue C M Y K H S L
Decimal 172 180 13 0.04 0 0.93 0.29 62.87 0.87 0.38
Hex AC B4 D 4 0 5D 1D 3F 57 26
Octal 254 264 15 4 0 135 35 77 127 46
Binary 10101100 10110100 1101 100 0 1011101 11101 111111 1010111 100110

Color Harmonies of #ACB40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB40D

Black with #ACB40D

Text Example


Text Example

White with #ACB40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB40D; }

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

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

background-color css

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

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

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

border-color css

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

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

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