Html Css Color HEX #ACB30D Citrus

📋 copy color: '#ACB30D'

red 172 ◦ green 179 ◦ blue 13

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

Shades of Citrus #ACB30D

Tints of Citrus #ACB30D

RGB

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

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

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

R = 47.25%
G = 49.18%
B = 3.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#ACB30D (or 0xACB30D) is known color: Citrus. HEX triplet: AC, B3 and 0D. RGB value is (172,179,13). Sum of RGB (Red+Green+Blue) = 172+179+13=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 13 (5.47% from 255 or 3.57% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB30D is #534CF2. Grayscale: #9E9E9E. Windows color (decimal): -5459187 or 897964. OLE color: 897964.

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

Color convert

RGB 172 179 13 -
CMYK 0.04 0 0.93 0.30
HSL 62.53º 0.86% 0.38% -
HSV(B) 62.53º 0.93% 0.7% -
XYZ 33.21 41.04 6.55 -
YUV 157.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 172 179 13 0.04 0 0.93 0.30 62.53 0.86 0.38
Hex AC B3 D 4 0 5D 1E 3F 56 26
Octal 254 263 15 4 0 135 36 77 126 46
Binary 10101100 10110011 1101 100 0 1011101 11110 111111 1010110 100110

Color Harmonies of #ACB30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB30D

Black with #ACB30D

Text Example


Text Example

White with #ACB30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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