Html Css Color HEX #A3B60F Citrus

📋 copy color: '#A3B60F'

red 163 ◦ green 182 ◦ blue 15

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

Shades of Citrus #A3B60F

Tints of Citrus #A3B60F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

 BLUE value IS 15 (6.25% from 255) = 4.17%

R = 45.28%
G = 50.56%
B = 4.17%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#A3B60F (or 0xA3B60F) is known color: Citrus. HEX triplet: A3, B6 and 0F. RGB value is (163,182,15). Sum of RGB (Red+Green+Blue) = 163+182+15=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 15 (6.25% from 255 or 4.17% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #A3B60F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B60F is #5C49F0. Grayscale: #9D9D9D. Windows color (decimal): -6048241 or 1029795. OLE color: 1029795.

HSL color Cylindrical-coordinate representation of color #A3B60F: hue angle of 66.83º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A3B60F is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 182 15 -
CMYK 0.10 0 0.92 0.29
HSL 66.83º 0.85% 0.39% -
HSV(B) 66.83º 0.92% 0.71% -
XYZ 31.92 41.28 6.74 -
YUV 157.28 47.71 132.08 -
System Red Green Blue C M Y K H S L
Decimal 163 182 15 0.10 0 0.92 0.29 66.83 0.85 0.39
Hex A3 B6 F A 0 5C 1D 43 55 27
Octal 243 266 17 12 0 134 35 103 125 47
Binary 10100011 10110110 1111 1010 0 1011100 11101 1000011 1010101 100111

Color Harmonies of #A3B60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3B60F

Black with #A3B60F

Text Example


Text Example

White with #A3B60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3B60F; }

 p { color: rgb(163,182,15); }

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

background-color css

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

 a { background-color: rgb(163,182,15); }

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

border-color css

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

 span { border-color: rgb(163,182,15); }

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