#A0B50D

Color #A0B50D Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A0B50D

Tints of Citrus #A0B50D

Color information

#A0B50D (or 0xA0B50D) is unknown color: approx Citrus. HEX triplet: A0, B5 and 0D. RGB value is (160,181,13). Sum of RGB (Red+Green+Blue) = 160+181+13=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 181 (71.09% from 255 or 51.13% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 181 - color contains mainly: green. Hex color #A0B50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B50D is #5F4AF2. Grayscale: #9C9C9C. Windows color (decimal): -6245107 or 898464. OLE color: 898464.

HSL color Cylindrical-coordinate representation of color #A0B50D: hue angle of 67.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0B50D is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB16018113-
CMYK0.1200.930.29
HSL67.5º86.6%38.04%-
HSV(B)67.5º92.82%70.98%-
XYZ31.0940.556.57-
YUV155.5747.54131.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.20%
GREEN value IS 181 (71.09% from 255) = 51.13%
BLUE value IS 13 (5.47% from 255) = 3.67%
R=45.20%
G=51.13%
B=3.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal160181130.1200.930.2967.586.638.04
HexA0B5DC05D1D445726
Octal240265151401353510412746
Binary101000001011010111011100010111011110110001001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B50D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B50D; }

 p { color: rgb(160,181,13); }

 H1.HeaderClassName
 {
   color: #A0B50D;
 }
 .AnyTagClassName
 {
   color: #A0B50D;
 }
</style>
background-color css

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

 a { background-color: rgb(160,181,13); }

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

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

 span { border-color: rgb(160,181,13); }

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