Html Css Color HEX #ACB303 Citrus

📋 copy color: '#ACB303'

red 172 ◦ green 179 ◦ blue 3

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

Shades of Citrus #ACB303

Tints of Citrus #ACB303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 48.59%
G = 50.56%
B = 0.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#ACB303 (or 0xACB303) is known color: Citrus. HEX triplet: AC, B3 and 03. RGB value is (172,179,3). Sum of RGB (Red+Green+Blue) = 172+179+3=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB303 is #534CFC. Grayscale: #9D9D9D. Windows color (decimal): -5459197 or 242604. OLE color: 242604.

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

Color convert

RGB 172 179 3 -
CMYK 0.04 0 0.98 0.30
HSL 62.39º 0.97% 0.36% -
HSV(B) 62.39º 0.98% 0.7% -
XYZ 33.15 41.02 6.26 -
YUV 156.84 41.18 138.81 -
System Red Green Blue C M Y K H S L
Decimal 172 179 3 0.04 0 0.98 0.30 62.39 0.97 0.36
Hex AC B3 3 4 0 62 1E 3E 61 24
Octal 254 263 3 4 0 142 36 76 141 44
Binary 10101100 10110011 11 100 0 1100010 11110 111110 1100001 100100

Color Harmonies of #ACB303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB303

Black with #ACB303

Text Example


Text Example

White with #ACB303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB303; }

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

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

background-color css

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

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

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

border-color css

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

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

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