Html Css Color HEX #ACB103 Citrus

📋 copy color: '#ACB103'

red 172 ◦ green 177 ◦ blue 3

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

Shades of Citrus #ACB103

Tints of Citrus #ACB103

RGB

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

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

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

R = 48.86%
G = 50.28%
B = 0.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#ACB103 (or 0xACB103) is known color: Citrus. HEX triplet: AC, B1 and 03. RGB value is (172,177,3). Sum of RGB (Red+Green+Blue) = 172+177+3=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 177 (69.53% from 255 or 50.28% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB103 is #534EFC. Grayscale: #9C9C9C. Windows color (decimal): -5459709 or 242092. OLE color: 242092.

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

Color convert

RGB 172 177 3 -
CMYK 0.03 0 0.98 0.31
HSL 61.72º 0.97% 0.35% -
HSV(B) 61.72º 0.98% 0.69% -
XYZ 32.75 40.22 6.12 -
YUV 155.67 41.84 139.65 -
System Red Green Blue C M Y K H S L
Decimal 172 177 3 0.03 0 0.98 0.31 61.72 0.97 0.35
Hex AC B1 3 3 0 62 1F 3E 61 23
Octal 254 261 3 3 0 142 37 76 141 43
Binary 10101100 10110001 11 11 0 1100010 11111 111110 1100001 100011

Color Harmonies of #ACB103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB103

Black with #ACB103

Text Example


Text Example

White with #ACB103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB103; }

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

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

background-color css

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

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

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

border-color css

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

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

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