Html Css Color HEX #ACB105 Citrus

📋 copy color: '#ACB105'

red 172 ◦ green 177 ◦ blue 5

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

Shades of Citrus #ACB105

Tints of Citrus #ACB105

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50%

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

R = 48.59%
G = 50%
B = 1.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#ACB105 (or 0xACB105) is known color: Citrus. HEX triplet: AC, B1 and 05. RGB value is (172,177,5). Sum of RGB (Red+Green+Blue) = 172+177+5=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 177 (69.53% from 255 or 50% from 354); Blue value is 5 (2.34% from 255 or 1.41% from 354); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB105 is #534EFA. Grayscale: #9C9C9C. Windows color (decimal): -5459707 or 373164. OLE color: 373164.

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

Color convert

RGB 172 177 5 -
CMYK 0.03 0 0.97 0.31
HSL 61.74º 0.95% 0.36% -
HSV(B) 61.74º 0.97% 0.69% -
XYZ 32.76 40.23 6.18 -
YUV 155.9 42.84 139.49 -
System Red Green Blue C M Y K H S L
Decimal 172 177 5 0.03 0 0.97 0.31 61.74 0.95 0.36
Hex AC B1 5 3 0 61 1F 3E 5F 24
Octal 254 261 5 3 0 141 37 76 137 44
Binary 10101100 10110001 101 11 0 1100001 11111 111110 1011111 100100

Color Harmonies of #ACB105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB105

Black with #ACB105

Text Example


Text Example

White with #ACB105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB105; }

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

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

background-color css

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

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

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

border-color css

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

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

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