Html Css Color HEX #A3AC1B Citrus

📋 copy color: '#A3AC1B'

red 163 ◦ green 172 ◦ blue 27

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

Shades of Citrus #A3AC1B

Tints of Citrus #A3AC1B

RGB

 RED value IS 163 (64.06% from 255) = 45.03%

 GREEN value IS 172 (67.58% from 255) = 47.51%

 BLUE value IS 27 (10.94% from 255) = 7.46%

R = 45.03%
G = 47.51%
B = 7.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#A3AC1B (or 0xA3AC1B) is known color: Citrus. HEX triplet: A3, AC and 1B. RGB value is (163,172,27). Sum of RGB (Red+Green+Blue) = 163+172+27=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #A3AC1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A3AC1B is #5C53E4. Grayscale: #999999. Windows color (decimal): -6050789 or 1813667. OLE color: 1813667.

HSL color Cylindrical-coordinate representation of color #A3AC1B: hue angle of 63.72º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3AC1B is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 172 27 -
CMYK 0.05 0 0.84 0.33
HSL 63.72º 0.73% 0.39% -
HSV(B) 63.72º 0.84% 0.67% -
XYZ 30.05 37.37 6.67 -
YUV 152.78 57.02 135.29 -
System Red Green Blue C M Y K H S L
Decimal 163 172 27 0.05 0 0.84 0.33 63.72 0.73 0.39
Hex A3 AC 1B 5 0 54 21 40 49 27
Octal 243 254 33 5 0 124 41 100 111 47
Binary 10100011 10101100 11011 101 0 1010100 100001 1000000 1001001 100111

Color Harmonies of #A3AC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3AC1B

Black with #A3AC1B

Text Example


Text Example

White with #A3AC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3AC1B; }

 p { color: rgb(163,172,27); }

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

background-color css

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

 a { background-color: rgb(163,172,27); }

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

border-color css

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

 span { border-color: rgb(163,172,27); }

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