Html Css Color HEX #A0B014 Citrus

📋 copy color: '#A0B014'

red 160 ◦ green 176 ◦ blue 20

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

Shades of Citrus #A0B014

Tints of Citrus #A0B014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.44%

 BLUE value IS 20 (8.2% from 255) = 5.62%

R = 44.94%
G = 49.44%
B = 5.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#A0B014 (or 0xA0B014) is known color: Citrus. HEX triplet: A0, B0 and 14. RGB value is (160,176,20). Sum of RGB (Red+Green+Blue) = 160+176+20=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 176 (69.14% from 255 or 49.44% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 176 - color contains mainly: green. Hex color #A0B014 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0B014 is #5F4FEB. Grayscale: #9A9A9A. Windows color (decimal): -6246380 or 1355936. OLE color: 1355936.

HSL color Cylindrical-coordinate representation of color #A0B014: hue angle of 66.15º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0B014 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 176 20 -
CMYK 0.09 0 0.89 0.31
HSL 66.15º 0.8% 0.38% -
HSV(B) 66.15º 0.89% 0.69% -
XYZ 30.15 38.57 6.52 -
YUV 153.43 52.7 132.68 -
System Red Green Blue C M Y K H S L
Decimal 160 176 20 0.09 0 0.89 0.31 66.15 0.8 0.38
Hex A0 B0 14 9 0 59 1F 42 50 26
Octal 240 260 24 11 0 131 37 102 120 46
Binary 10100000 10110000 10100 1001 0 1011001 11111 1000010 1010000 100110

Color Harmonies of #A0B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B014

Black with #A0B014

Text Example


Text Example

White with #A0B014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B014; }

 p { color: rgb(160,176,20); }

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

background-color css

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

 a { background-color: rgb(160,176,20); }

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

border-color css

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

 span { border-color: rgb(160,176,20); }

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