Html Css Color HEX #ACB305 Citrus

📋 copy color: '#ACB305'

red 172 ◦ green 179 ◦ blue 5

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

Shades of Citrus #ACB305

Tints of Citrus #ACB305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.4%

R = 48.31%
G = 50.28%
B = 1.4%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#ACB305 (or 0xACB305) is known color: Citrus. HEX triplet: AC, B3 and 05. RGB value is (172,179,5). Sum of RGB (Red+Green+Blue) = 172+179+5=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 179 (70.31% from 255 or 50.28% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB305 is #534CFA. Grayscale: #9D9D9D. Windows color (decimal): -5459195 or 373676. OLE color: 373676.

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

Color convert

RGB 172 179 5 -
CMYK 0.04 0 0.97 0.30
HSL 62.41º 0.95% 0.36% -
HSV(B) 62.41º 0.97% 0.7% -
XYZ 33.16 41.02 6.31 -
YUV 157.07 42.18 138.65 -
System Red Green Blue C M Y K H S L
Decimal 172 179 5 0.04 0 0.97 0.30 62.41 0.95 0.36
Hex AC B3 5 4 0 61 1E 3E 5F 24
Octal 254 263 5 4 0 141 36 76 137 44
Binary 10101100 10110011 101 100 0 1100001 11110 111110 1011111 100100

Color Harmonies of #ACB305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB305

Black with #ACB305

Text Example


Text Example

White with #ACB305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB305; }

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

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

background-color css

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

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

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

border-color css

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

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

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