Html Css Color HEX #A3A50B Citrus

📋 copy color: '#A3A50B'

red 163 ◦ green 165 ◦ blue 11

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

Shades of Citrus #A3A50B

Tints of Citrus #A3A50B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.67%

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

R = 48.08%
G = 48.67%
B = 3.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A3A50B (or 0xA3A50B) is known color: Citrus. HEX triplet: A3, A5 and 0B. RGB value is (163,165,11). Sum of RGB (Red+Green+Blue) = 163+165+11=339 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.08% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 11 (4.69% from 255 or 3.24% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #A3A50B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3A50B is #5C5AF4. Grayscale: #939393. Windows color (decimal): -6052597 or 763299. OLE color: 763299.

HSL color Cylindrical-coordinate representation of color #A3A50B: hue angle of 60.78º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3A50B is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 163 165 11 -
CMYK 0.01 0 0.93 0.35
HSL 60.78º 0.88% 0.35% -
HSV(B) 60.78º 0.93% 0.65% -
XYZ 28.62 34.72 5.51 -
YUV 146.85 51.34 139.52 -
System Red Green Blue C M Y K H S L
Decimal 163 165 11 0.01 0 0.93 0.35 60.78 0.88 0.35
Hex A3 A5 B 1 0 5D 23 3D 58 23
Octal 243 245 13 1 0 135 43 75 130 43
Binary 10100011 10100101 1011 1 0 1011101 100011 111101 1011000 100011

Color Harmonies of #A3A50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3A50B

Black with #A3A50B

Text Example


Text Example

White with #A3A50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3A50B; }

 p { color: rgb(163,165,11); }

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

background-color css

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

 a { background-color: rgb(163,165,11); }

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

border-color css

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

 span { border-color: rgb(163,165,11); }

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