Html Css Color HEX #A0B417 Citrus

📋 copy color: '#A0B417'

red 160 ◦ green 180 ◦ blue 23

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

Shades of Citrus #A0B417

Tints of Citrus #A0B417

RGB

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

 GREEN value IS 180 (70.7% from 255) = 49.59%

 BLUE value IS 23 (9.38% from 255) = 6.34%

R = 44.08%
G = 49.59%
B = 6.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#A0B417 (or 0xA0B417) is known color: Citrus. HEX triplet: A0, B4 and 17. RGB value is (160,180,23). Sum of RGB (Red+Green+Blue) = 160+180+23=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 180 (70.70% from 255 or 49.59% from 363); Blue value is 23 (9.38% from 255 or 6.34% from 363); Max value from RGB is 180 - color contains mainly: green. Hex color #A0B417 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0B417 is #5F4BE8. Grayscale: #9C9C9C. Windows color (decimal): -6245353 or 1553568. OLE color: 1553568.

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

Color convert

RGB 160 180 23 -
CMYK 0.11 0 0.87 0.29
HSL 67.64º 0.77% 0.4% -
HSV(B) 67.64º 0.87% 0.71% -
XYZ 30.97 40.18 6.93 -
YUV 156.12 52.87 130.77 -
System Red Green Blue C M Y K H S L
Decimal 160 180 23 0.11 0 0.87 0.29 67.64 0.77 0.4
Hex A0 B4 17 B 0 57 1D 44 4D 28
Octal 240 264 27 13 0 127 35 104 115 50
Binary 10100000 10110100 10111 1011 0 1010111 11101 1000100 1001101 101000

Color Harmonies of #A0B417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B417

Black with #A0B417

Text Example


Text Example

White with #A0B417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B417; }

 p { color: rgb(160,180,23); }

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

background-color css

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

 a { background-color: rgb(160,180,23); }

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

border-color css

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

 span { border-color: rgb(160,180,23); }

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