Html Css Color HEX #ACAD0B Citrus

📋 copy color: '#ACAD0B'

red 172 ◦ green 173 ◦ blue 11

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

Shades of Citrus #ACAD0B

Tints of Citrus #ACAD0B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.6%

 BLUE value IS 11 (4.69% from 255) = 3.09%

R = 48.31%
G = 48.6%
B = 3.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#ACAD0B (or 0xACAD0B) is known color: Citrus. HEX triplet: AC, AD and 0B. RGB value is (172,173,11). Sum of RGB (Red+Green+Blue) = 172+173+11=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 173 (67.97% from 255 or 48.60% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACAD0B is #5352F4. Grayscale: #9A9A9A. Windows color (decimal): -5460725 or 765356. OLE color: 765356.

HSL color Cylindrical-coordinate representation of color #ACAD0B: hue angle of 60.37º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACAD0B is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 173 11 -
CMYK 0.01 0 0.94 0.32
HSL 60.37º 0.88% 0.36% -
HSV(B) 60.37º 0.94% 0.68% -
XYZ 32.02 38.68 6.1 -
YUV 154.23 47.17 140.67 -
System Red Green Blue C M Y K H S L
Decimal 172 173 11 0.01 0 0.94 0.32 60.37 0.88 0.36
Hex AC AD B 1 0 5E 20 3C 58 24
Octal 254 255 13 1 0 136 40 74 130 44
Binary 10101100 10101101 1011 1 0 1011110 100000 111100 1011000 100100

Color Harmonies of #ACAD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAD0B

Black with #ACAD0B

Text Example


Text Example

White with #ACAD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAD0B; }

 p { color: rgb(172,173,11); }

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

background-color css

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

 a { background-color: rgb(172,173,11); }

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

border-color css

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

 span { border-color: rgb(172,173,11); }

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