Html Css Color HEX #A0B614 Citrus

📋 copy color: '#A0B614'

red 160 ◦ green 182 ◦ blue 20

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

Shades of Citrus #A0B614

Tints of Citrus #A0B614

RGB

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

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

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

R = 44.2%
G = 50.28%
B = 5.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#A0B614 (or 0xA0B614) is known color: Citrus. HEX triplet: A0, B6 and 14. RGB value is (160,182,20). Sum of RGB (Red+Green+Blue) = 160+182+20=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B614 is #5F49EB. Grayscale: #9D9D9D. Windows color (decimal): -6244844 or 1357472. OLE color: 1357472.

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

Color convert

RGB 160 182 20 -
CMYK 0.12 0 0.89 0.29
HSL 68.15º 0.8% 0.4% -
HSV(B) 68.15º 0.89% 0.71% -
XYZ 31.35 40.98 6.92 -
YUV 156.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 160 182 20 0.12 0 0.89 0.29 68.15 0.8 0.4
Hex A0 B6 14 C 0 59 1D 44 50 28
Octal 240 266 24 14 0 131 35 104 120 50
Binary 10100000 10110110 10100 1100 0 1011001 11101 1000100 1010000 101000

Color Harmonies of #A0B614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B614

Black with #A0B614

Text Example


Text Example

White with #A0B614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B614; }

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

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

background-color css

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

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

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

border-color css

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

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

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