Html Css Color HEX #ACB205 Citrus

📋 copy color: '#ACB205'

red 172 ◦ green 178 ◦ blue 5

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

Shades of Citrus #ACB205

Tints of Citrus #ACB205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.14%

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

R = 48.45%
G = 50.14%
B = 1.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#ACB205 (or 0xACB205) is known color: Citrus. HEX triplet: AC, B2 and 05. RGB value is (172,178,5). Sum of RGB (Red+Green+Blue) = 172+178+5=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 5 (2.34% from 255 or 1.41% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB205 is #534DFA. Grayscale: #9D9D9D. Windows color (decimal): -5459451 or 373420. OLE color: 373420.

HSL color Cylindrical-coordinate representation of color #ACB205: hue angle of 62.08º 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 #ACB205 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 5 -
CMYK 0.03 0 0.97 0.30
HSL 62.08º 0.95% 0.36% -
HSV(B) 62.08º 0.97% 0.7% -
XYZ 32.96 40.62 6.25 -
YUV 156.48 42.51 139.07 -
System Red Green Blue C M Y K H S L
Decimal 172 178 5 0.03 0 0.97 0.30 62.08 0.95 0.36
Hex AC B2 5 3 0 61 1E 3E 5F 24
Octal 254 262 5 3 0 141 36 76 137 44
Binary 10101100 10110010 101 11 0 1100001 11110 111110 1011111 100100

Color Harmonies of #ACB205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB205

Black with #ACB205

Text Example


Text Example

White with #ACB205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB205; }

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

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

background-color css

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

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

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

border-color css

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

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

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