Html Css Color HEX #A0B313 Citrus

📋 copy color: '#A0B313'

red 160 ◦ green 179 ◦ blue 19

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

Shades of Citrus #A0B313

Tints of Citrus #A0B313

RGB

 RED value IS 160 (62.89% from 255) = 44.69%

 GREEN value IS 179 (70.31% from 255) = 50%

 BLUE value IS 19 (7.81% from 255) = 5.31%

R = 44.69%
G = 50%
B = 5.31%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#A0B313 (or 0xA0B313) is known color: Citrus. HEX triplet: A0, B3 and 13. RGB value is (160,179,19). Sum of RGB (Red+Green+Blue) = 160+179+19=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 19 (7.81% from 255 or 5.31% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #A0B313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B313 is #5F4CEC. Grayscale: #9B9B9B. Windows color (decimal): -6245613 or 1291168. OLE color: 1291168.

HSL color Cylindrical-coordinate representation of color #A0B313: hue angle of 67.12º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0B313 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB 160 179 19 -
CMYK 0.11 0 0.89 0.30
HSL 67.13º 0.81% 0.39% -
HSV(B) 67.13º 0.89% 0.7% -
XYZ 30.73 39.76 6.67 -
YUV 155.08 51.21 131.51 -
System Red Green Blue C M Y K H S L
Decimal 160 179 19 0.11 0 0.89 0.30 67.13 0.81 0.39
Hex A0 B3 13 B 0 59 1E 43 51 27
Octal 240 263 23 13 0 131 36 103 121 47
Binary 10100000 10110011 10011 1011 0 1011001 11110 1000011 1010001 100111

Color Harmonies of #A0B313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B313

Black with #A0B313

Text Example


Text Example

White with #A0B313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B313; }

 p { color: rgb(160,179,19); }

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

background-color css

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

 a { background-color: rgb(160,179,19); }

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

border-color css

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

 span { border-color: rgb(160,179,19); }

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